mirror of https://github.com/rwf2/Rocket.git
9 lines
248 B
Markdown
9 lines
248 B
Markdown
|
# 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`
|