Rocket/examples/todo/README.md

9 lines
297 B
Markdown
Raw Normal View History

2016-12-27 08:38:21 +00:00
# Rocket Todo Example
2016-12-27 08:38:21 +00:00
This example makes use of a SQLite database via `diesel` to store todo tasks. As
a result, you'll need to have `sqlite3` and its headers installed:
2016-08-02 03:01:47 +00:00
2016-12-27 08:38:21 +00:00
* **OS X:** `brew install sqlite`
* **Debian/Ubuntu:** `apt-get install libsqlite3-dev`
* **Arch:** `pacman -S sqlite`