Update demo

This commit is contained in:
sunkaixuan 2022-12-27 22:12:11 +08:00
parent f3b69b6ac2
commit 8a2e6dc4f0

View File

@ -16,16 +16,16 @@ namespace OrmTest
/// Account have permission to create database /// Account have permission to create database
/// 用有建库权限的数据库账号 /// 用有建库权限的数据库账号
/// </summary> /// </summary>
public static string ConnectionString = "PORT=5432;DATABASE=SqlSugar4xTest;HOST=localhost;PASSWORD=haosql;USER ID=postgres"; public static string ConnectionString = "PORT=55000;DATABASE=SqlSugar4xTe111st;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
/// <summary> /// <summary>
/// Account have permission to create database /// Account have permission to create database
/// 用有建库权限的数据库账号 /// 用有建库权限的数据库账号
/// </summary> /// </summary>
public static string ConnectionString2 = "PORT=5432;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=haosql;USER ID=postgres"; public static string ConnectionString2 = "PORT=55000;DATABASE=SqlSugar4xTest2;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
/// <summary> /// <summary>
/// Account have permission to create database /// Account have permission to create database
/// 用有建库权限的数据库账号 /// 用有建库权限的数据库账号
/// </summary> /// </summary>
public static string ConnectionString3 = "PORT=5432;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=haosql;USER ID=postgres"; public static string ConnectionString3 = "PORT=55000;DATABASE=SqlSugar4xTest3;HOST=localhost;PASSWORD=postgrespw;USER ID=postgres";
} }
} }