This example makes use of SQLite. You'll need sqlite3 and its development headers installed:
sqlite3
brew install sqlite
apt-get install libsqlite3-dev
pacman -S sqlite