mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-03-14 18:10:58 +08:00
优化QuestDb IHttpClientFactory及IServiceCollection相关逻辑
This commit is contained in:
@@ -21,7 +21,7 @@ namespace FreeSql.Tests.QuestDb
|
||||
.UseConnectionString(FreeSql.DataType.QuestDb,
|
||||
@"host=192.168.1.114;port=8812;username=admin;password=quest;database=qdb;ServerCompatibilityMode=NoTypeLoading;")
|
||||
.UseMonitorCommand(cmd => Debug.WriteLine($"Sql:{cmd.CommandText}")) //监听SQL语句
|
||||
.UseQuestDbRestAPI("192.168.1.114:9000")
|
||||
.UseQuestDbRestAPI("192.168.1.114:9000")
|
||||
.Build();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user