🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, MSSQL, and ODBC.
#[derive(sqlx_oldapi::Type)]#[sqlx(rename ="foo")]enumFoo{
One,
Two,
Three,}fnmain(){compile_error!("trybuild test needs to fail for stderr checking");}