PgPool

Type Alias PgPool 

Source
pub type PgPool = Pool<Postgres>;
Expand description

SQLx re-exports for other projects An alias for Pool, specialized for Postgres.

Aliased Typeยง

pub struct PgPool(/* private fields */);