Description
Manages SQLx database workflows from the command line, including migrations, query preparation, and project setup for Rust applications. Developers use it to keep SQL and Rust database code aligned.
Database tooling can connect to real services and modify schemas. Confirm database URLs, migration targets, and credentials before running commands outside a test environment.