Type Alias apalis_sql::postgres::PgPool

pub type PgPool = Pool<Postgres>;
Available on crate feature postgres only.
Expand description

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

Aliased Type§

struct PgPool(/* private fields */);