mirror of https://github.com/rwf2/Rocket.git
parent
677790d639
commit
693f4f9ee5
|
@ -0,0 +1,8 @@
|
|||
# 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`
|
Loading…
Reference in New Issue