Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Crystal MySQL CRUD Example

Awesome Lists containing this project

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