todo
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:
diesel
sqlite3
brew install sqlite
apt-get install libsqlite3-dev
pacman -S sqlite