pub type PostgresColdBackend = SqlColdBackend;Available on crate feature
postgres only.Expand description
Backward-compatible alias for SqlColdBackend when using PostgreSQL.
Aliased Typeยง
pub struct PostgresColdBackend { /* private fields */ }