TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

How can I use prepared statements? #111

Closed Blaumaus closed 2 years ago

Blaumaus commented 2 years ago

Hello @TimonKK, thanks for creating this great project.

Is it possible to use prepared statements via this client? If yes, how?

TimonKK commented 2 years ago

Yes, you can https://github.com/TimonKK/clickhouse/blob/master/test/test.js#L279