Type Definition minerva_data::db::DBConnection
source · [−]pub type DBConnection = DieselConnection<PgConnection>;
Expand description
Type representing a Diesel connection to a database.
pub type DBConnection = DieselConnection<PgConnection>;
Type representing a Diesel connection to a database.