sql_middleware/
typed_postgres.rs

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