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.CustomDllName = "SqlSugar.XuguCore";
|
||||||
InstanceFactory.CustomNamespace = "SqlSugar.Xugu";
|
InstanceFactory.CustomNamespace = "SqlSugar.Xugu";
|
||||||
break;
|
break;
|
||||||
|
case DbType.GoldenDB:
|
||||||
|
config.DbType = DbType.MySql;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new Exception("ConnectionConfig.DbType is null");
|
throw new Exception("ConnectionConfig.DbType is null");
|
||||||
}
|
}
|
||||||
|
@@ -32,6 +32,7 @@ namespace SqlSugar
|
|||||||
PolarDB,
|
PolarDB,
|
||||||
Doris,
|
Doris,
|
||||||
Xugu,
|
Xugu,
|
||||||
|
GoldenDB,
|
||||||
Custom =900
|
Custom =900
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user