Rocket/examples/todo
Sergio Benitez 17dd8dafd0 Move examples to their own workspace.
This allows us to test all of the "core" crates (and the guide) by
testing the root workspace, and all of the examples by testing in the
examples workspace.
2021-03-09 21:57:30 -08:00
..
db Add file to preserve empty db directory. 2018-05-29 18:55:25 +02:00
migrations Update docs and examples for diesel 1.0.0-rc1. 2018-01-03 01:38:05 -08:00
src UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
static Update various dead hyperlinks; change some links from http to https. 2021-02-20 12:01:44 -08:00
Cargo.toml Move examples to their own workspace. 2021-03-09 21:57:30 -08:00
README.md Embed the diesel database migrations in the `todo` example. 2018-09-11 12:38:10 -07:00
Rocket.toml Implement connection pooling support in contrib. 2018-08-15 22:11:53 -07:00

README.md

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