SqlSugarCore & OpenGauss integration
License
—
Deps
13
Install Size
—
Vulns
✓ 0
Published
Dec 26, 2023
$ dotnet add package Ericc.SqlSugarCore.OpenGaussSqlSugarCore orm integrates OpenGauss to support connection to OpenGauss database
.Netcore 3.1+
Example:
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig() { DbType = SqlSugar.DbType.OpenGauss, ConnectionString = "" });
SqlSugarClient db = new SqlSugarClient(new ConnectionConfig() { DbType = SqlSugar.DbType.PostgreSQL, ConnectionString = "" });