fix(core): update

This commit is contained in:
2022-07-27 08:29:59 +02:00
parent 9bdd9484f1
commit b4ae49b604
6 changed files with 5145 additions and 570 deletions

View File

@ -7,6 +7,8 @@ tap.test('first test', async () => {
testClickhouseDb = new smartclickhouse.SmartClickHouseDb({
host: 'localhost',
database: 'test2',
port: 8123,
protocol: 'http',
});
});