413 B
413 B
Dev Setup
This project uses statically-verified queries, which require the presence of a database with the right schema.
- Install the SQLx CLI:
cargo install sqlx-cli - Create the DB:
sqlx db create-- this will create a sqlite DB in the current directory calledblogdor.db - Run the migrations:
sqlx migrate run - Live happily ever after.