feat: separate mysql and mariadb

This commit is contained in:
Charles GTE
2026-03-29 09:27:36 +02:00
parent a728ba0d13
commit 254253d3a4
+1 -1
View File
@@ -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",