Type Definition minerva_data::db::DBPool

source · []
pub type DBPool = Pool<DieselConnectionManager<PgConnection>>;
Expand description

Type representing a Diesel connection pool to a database.