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