Enum db_up_rbatis::RbatisDbDriverType
source · pub enum RbatisDbDriverType {
MySql,
Pg,
Sqlite,
MsSql,
Other(String),
}
Expand description
Available driver types supported by Rbatis
pub enum RbatisDbDriverType {
MySql,
Pg,
Sqlite,
MsSql,
Other(String),
}
Available driver types supported by Rbatis