Update ClickHouse

This commit is contained in:
sunkaixuan
2022-08-14 01:01:16 +08:00
parent d4e22d0fbb
commit 69db2bda2b
5 changed files with 10 additions and 27 deletions

View File

@@ -67,7 +67,7 @@ namespace OrmTest
});
//If no exist create datebase
// db.DbMaintenance.CreateDatabase();
db.DbMaintenance.CreateDatabase();
//Use db query
var dt = db.Ado.GetDataTable("SELECT * FROM system.tables");