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.
Aliased Typeยง
pub struct DbPool(/* private fields */);