[][src]Type Definition sqlx::PgPool

type PgPool = Pool<PgConnection>;

An alias for Pool, specialized for Postgres.