Skip to main content

DbPool

Type Alias DbPool 

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

A pool of PostgreSQL connections (Diesel + r2d2).

Aliased Typeยง

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