mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-08 01:32:02 +00:00
248 B
248 B
Databases Example
This example makes use of SQLite. You'll need sqlite3
and its development
headers installed:
- macOS:
brew install sqlite
- Debian, Ubuntu:
apt-get install libsqlite3-dev
- Arch:
pacman -S sqlite