sql-middleware 0.9.0

Lightweight async wrappers for tokio-postgres, rusqlite, turso, and tiberius.
Documentation
1
2
3
4
#[cfg(any(feature = "postgres", feature = "sqlite", feature = "turso"))]
pub(crate) mod params;
#[cfg(any(feature = "postgres", feature = "sqlite", feature = "mssql"))]
pub(crate) mod result_set;