mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
-
This commit is contained in:
parent
e1e160efcc
commit
836cec0dbd
@ -69,7 +69,7 @@ namespace OrmTest {
|
||||
{
|
||||
var db = new SqlSugarScope(new SqlSugar.ConnectionConfig()
|
||||
{
|
||||
ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTest;HOST=localhost;PASSWORD=haosql;USER ID=postgres",
|
||||
ConnectionString =Config.ConnectionString2,
|
||||
DbType = SqlSugar.DbType.PostgreSQL,
|
||||
IsAutoCloseConnection = true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user