Type Definition sqlx::PgPool

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

An alias for Pool, specialized for Postgres.