sql-middleware 0.7.0

Lightweight async wrappers for tokio-postgres, rusqlite, turso, and tiberius.
Documentation
1
2
3
4
5
pub mod result_set;
pub mod row;

pub use result_set::ResultSet;
pub use row::CustomDbRow;