sqlx 0.2.5

🧰 The Rust SQL Toolkit.
Documentation
1
2
select * from (select (1) as id, 'Herp Derpinson' as name) accounts
where id = ?