sql-middleware 0.7.0

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