Type Alias DbPool

Source
pub type DbPool = PgPool;
Expand description

Type of the database connection pool

Aliased Typeยง

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