effect-io-ai

Package: @effect/sql-clickhouse
Module: ClickhouseClient

ClickhouseClient.makeCompiler

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

Source

Since v4.0.0