Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

An repo for jihantoro.net article

Awesome Lists containing this project

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 **
## 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](https://github.com/codenoid) Rubi Jihantoro - creator, maintainer