Package: @effect/sql-clickhouse
Module: ClickhouseClient
Creates the SQL statement compiler for ClickHouse, emitting typed
{pN: Type} placeholders and escaping identifiers with an optional query
name transform.
Signature
declare const makeCompiler: (transform?: (_: string) => string) => Statement.Compiler
Since v4.0.0