pub type SqlConnection = SqlConnection<MySql, RawErrorToSqlError>;
pub struct SqlConnection { /* private fields */ }