codenoid / crystal-mysql-crud-example

Crystal MySQL CRUD Example

Home Page:http://jihantoro.net/read/crud-with-crystal-and-mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crystal Mysql CRUD Example Awesome

git hub repo for this tutorial

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 **

Contributing

  1. 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 Rubi Jihantoro - creator, maintainer

About

Crystal MySQL CRUD Example

http://jihantoro.net/read/crud-with-crystal-and-mysql

License:MIT License


Languages

Language:Crystal 100.0%