Add GoldenDB

This commit is contained in:
sunkaixuan
2024-06-28 11:07:08 +08:00
parent 527d6114d9
commit 807322250a
2 changed files with 4 additions and 0 deletions

View File

@@ -534,6 +534,9 @@ namespace SqlSugar
InstanceFactory.CustomDllName = "SqlSugar.XuguCore";
InstanceFactory.CustomNamespace = "SqlSugar.Xugu";
break;
case DbType.GoldenDB:
config.DbType = DbType.MySql;
break;
default:
throw new Exception("ConnectionConfig.DbType is null");
}

View File

@@ -32,6 +32,7 @@ namespace SqlSugar
PolarDB,
Doris,
Xugu,
GoldenDB,
Custom =900
}
}