pub type DBConnection = DieselConnection<PgConnection>;
Expand description

Type representing a Diesel connection to a database.