CLI tool for SQLx, enabling compile-time SQL verification in Rust
Command-line utility for SQLx, the Rust SQL toolkit
sqlx$ sqlx migrate add -r create_users_table$ sqlx migrate run --database-url postgres://user:pass@localhost/mydb$ sqlx prepare --database-url sqlite:database.db