sql_middleware/
typed_sqlite.rs

1//! Back-compat shim: the `SQLite` typed API now lives at `sqlite::typed`.
2pub use crate::sqlite::typed::*;