[][src]Type Definition sqlx::postgres::PgPool

type PgPool = Pool<Postgres>;

An alias for Pool, specialized for Postgres.