Blogdor the Aggregator
| migrations | ||
| src | ||
| .env | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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.