Type Alias sqlx_oldapi::postgres::PgPool
source · pub type PgPool = Pool<Postgres>;
Available on crate feature
postgres
only.Expand description
An alias for Pool
, specialized for Postgres.
Aliased Type§
struct PgPool(/* private fields */);