Michael Semin

Results 11 comments of Michael Semin

I'm using custom class for this: ```js const Client = require("@apla/clickhouse"); import _ from "lodash"; import SqlString from "sqlstring"; export type QueryOptions = { [key: string]: any; format?: "JSON" |...