[][src]Type Definition sqlx::PgPool

type PgPool = Pool<Postgres>;
This is supported on crate feature postgres only.

An alias for Pool, specialized for Postgres.