pub type PgPool = Pool<Postgres>;
SQLx re-exports for other projects An alias for Pool, specialized for Postgres.
Pool
pub struct PgPool(/* private fields */);