fix(core): update

This commit is contained in:
2022-07-28 17:36:08 +02:00
parent 333e9c1316
commit 7753e58036
3 changed files with 21 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import { ClickhouseHttpClient } from './smartclickhouse.classes.httpclient.js';
export interface IClickhouseConstructorOptions {
url: string;
database: string;
user?: string;
username?: string;
password?: string;
}