Back to Developer Roadmap

sqlx

src/data/roadmaps/rust/content/[email protected]

4.0634 B
Original Source

sqlx

SQLx is an async, pure-Rust SQL toolkit providing compile-time query checking for PostgreSQL, MySQL, SQLite, and MSSQL. It features macro-based query validation, strong typing, and compatibility with Tokio/async-std runtimes. SQLx eliminates runtime SQL errors through compile-time verification.

Visit the following resources to learn more: