Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenoid/jihantoro-cr-mysql
An repo for jihantoro.net article
https://github.com/codenoid/jihantoro-cr-mysql
crud crystal database mysql
Last synced: 5 days ago
JSON representation
An repo for jihantoro.net article
- Host: GitHub
- URL: https://github.com/codenoid/jihantoro-cr-mysql
- Owner: codenoid
- License: mit
- Created: 2017-07-15T13:48:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T23:32:06.000Z (over 7 years ago)
- Last Synced: 2024-10-19T07:37:15.601Z (about 2 months ago)
- Topics: crud, crystal, database, mysql
- Language: Crystal
- Homepage:
- Size: 537 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - jihantoro-cr-mysql - Crystal MySQL from scratch sample app (Examples and funny stuff)
README
# jihantoro-cr-mysql [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/veelenga/awesome-crystal)
github repo for [this tutorial](http://jihantoro.net/read/crystal-mysql-from-scratch)
## Usage
```
git clone https://github.com/codenoid/jihantoro-cr-mysql
cd jihantoro-cr-mysql
shards install
crystal build src/jihantoro-cr-mysql.cr
./jihantoro-cr-mysql
```
** make sure you has been setup the database and database connection **
## Contributing1. Fork it ( https://github.com/codenoid/jihantoro-cr-mysql/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [codenoid](https://github.com/codenoid) Rubi Jihantoro - creator, maintainer