sqlx 0.7.4

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Documentation
1
2
3
fn main() {
    let _ = sqlx::query!("select 1 as id");
}