A sample for Topaz in Kemal
December 3, 2016 ยท View on GitHub
This is a sample project to show how Topaz works in Kemal.

Topaz is a simple and useful db wrapper for Crystal.
Kemal is a defacto standard web framework for Crystal.
Installation
$ git clone https://github.com/tbrand/topaz-kemal-sample
$ cd topaz-kemal-sample
$ crystal run src/migration/migration.cr
$ crystal run src/topaz-kemal-sample.cr
Usage
It looks like
Contributors
- tbrand Taichiro Suzuki - creator, maintainer