mirror of https://github.com/rwf2/Rocket.git
06d255b52b
Found via `codespell -L crate,ser,fo,noo,nd,cappable,pard,te,ans`. |
||
---|---|---|
.. | ||
db | ||
src | ||
Cargo.toml | ||
README.md | ||
Rocket.toml | ||
sqlx-data.json |
README.md
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