bsql 0.26.3

Safe SQL for Rust — if it compiles, the SQL is correct
Documentation
1
2
3
fn main() {
    let _ = bsql::query!("SELECT 1; DROP TABLE users");
}