Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenoid/crystal-mysql-crud-example
Crystal MySQL CRUD Example
https://github.com/codenoid/crystal-mysql-crud-example
crud crystal example mysql
Last synced: 4 days ago
JSON representation
Crystal MySQL CRUD Example
- Host: GitHub
- URL: https://github.com/codenoid/crystal-mysql-crud-example
- Owner: codenoid
- License: mit
- Created: 2017-07-15T15:19:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T23:31:01.000Z (over 7 years ago)
- Last Synced: 2024-10-19T07:37:24.870Z (about 2 months ago)
- Topics: crud, crystal, example, mysql
- Language: Crystal
- Homepage: http://jihantoro.net/read/crud-with-crystal-and-mysql
- Size: 812 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crystal - crystal-mysql-crud-example - Crystal MySQL CRUD example (Examples and funny stuff)
README
# Crystal Mysql CRUD Example [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/veelenga/awesome-crystal)
git hub repo for [this tutorial](http://jihantoro.net/read/crud-with-crystal-and-mysql)
## 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