Rocket/examples/todo/README.md
jeb 30cf75335b Embed the diesel database migrations in the todo example.
`diesel_cli` is no longer needed for running the example or its tests.
2018-09-11 12:38:10 -07:00

297 B

Rocket Todo Example

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:

  • OS X: brew install sqlite
  • Debian/Ubuntu: apt-get install libsqlite3-dev
  • Arch: pacman -S sqlite