There was an error while loading. Please reload this page.
sqlx
cargo install sqlx-cli
source ../.env
sqlx database create
sqlite3 url_shortener.db < migrations/schema.sql
sqlite3 url_shortener.db ".tables;
cargo run
cargo build --release