TimonKK / clickhouse

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

Query Parameterization #105

Closed adhilton25 closed 2 years ago

adhilton25 commented 2 years ago

This PR allows for the utilization of parameterized values in queries as supported in the HTTP interface and documented here.

Feature mentioned in #97.