Skip to main content

PgPool

Type Alias PgPool 

Source
pub type PgPool = Pool<ConnectionManager<PgConnection>>;
Expand description

Diesel/r2d2 PostgreSQL pool accepted by this backend.

Aliased Typeยง

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