🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
cargo add sqlx
[dependencies]
sqlx = "0.9.0"
| 仓库 | https://github.com/launchbadge/sqlx |
|---|---|
| 文档 | https://docs.rs/sqlx |
| 最新版本 | 0.9.0 |