mirror of
https://github.com/Portabase/agent.git
synced 2026-09-09 17:47:25 +00:00
feat: separate mysql and mariadb
This commit is contained in:
@@ -27,7 +27,7 @@ impl DbType {
|
||||
pub fn as_str(&self) -> &'static str {
|
||||
match self {
|
||||
DbType::Mysql => "mysql",
|
||||
DbType::Mariadb => "mysql",
|
||||
DbType::Mariadb => "mariadb",
|
||||
DbType::Postgresql => "postgresql",
|
||||
DbType::MongoDB => "mongodb",
|
||||
DbType::Sqlite => "sqlite",
|
||||
|
||||
Reference in New Issue
Block a user