[][src]Type Definition sqlx::PgPool

type PgPool = Pool<PgConnection>;
This is supported on feature="postgres" only.

An alias for Pool, specialized for Postgres.