pub type PgPoolOptions = PoolOptions<Postgres>;
Expand description

An alias for [PoolOptions][crate::pool::PoolOptions], specialized for Postgres.