pub type DbPool = Pool<<ActiveDriver as DatabaseDriver>::Database>;Expand description
A connection pool for the active database backend.
Resolves to sqlx::SqlitePool or sqlx::PgPool at compile time depending on the active driver.
Aliased Typeยง
pub struct DbPool(/* private fields */);