https://github.com/mindula-dilthushan/ruby-mysql
This is sample ruby project. database is mysql
https://github.com/mindula-dilthushan/ruby-mysql
mysql ruby
Last synced: 2 months ago
JSON representation
This is sample ruby project. database is mysql
- Host: GitHub
- URL: https://github.com/mindula-dilthushan/ruby-mysql
- Owner: Mindula-Dilthushan
- License: mit
- Created: 2023-08-19T02:27:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T14:47:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T18:01:20.835Z (over 1 year ago)
- Topics: mysql, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ruby MySQL
#### Clone this repository ✅
```md
git clone https://github.com/Mindula-Dilthushan/Ruby-MySQL.git
```
###
### Install mysql
- Config Your MySQL lib : ```C:\path\to\mysql\lib```
- Config Your MySQL ìnclude : ```C:\actual\path\to\mysql\include```
```
gem install mysql2 -- --with-mysql-lib="C:\path\to\mysql\lib" --with-mysql-include="C:\actual\path\to\mysql\include"
```
###


### License 📝
[](https://github.com/Mindula-Dilthushan/Ruby-MySQL/blob/master/LICENSE)




#### Developed by [Mindula Dilthushan Manamperi](http://minduladilthushan.netlify.app/) ^_~