mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Add GoldenDB
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
@@ -32,6 +32,7 @@ namespace SqlSugar
|
||||
PolarDB,
|
||||
Doris,
|
||||
Xugu,
|
||||
GoldenDB,
|
||||
Custom =900
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user