Reference
Reference
Hand-curated API reference for the public Quarry surface.
This section is a hand-curated reference for the public Quarry surface, with
selected types rendered live from the source via
fumadocs-typescript.
If you find an exported symbol that is not yet documented here, that is a docs gap, not an intentional omission — please open an issue.
createClickHouseDB— the entry point that turns a@clickhouse/clientinstance into a typed database handle.SelectQueryBuilder— the immutable builder returned bydb.selectFrom(...). Every method, every overload.InsertQueryBuilder— the builder returned bydb.insertInto(...). Deliberately narrow surface.ExpressionBuilder— the callback-form API forwhere,having,selectExpr, and joins, including everyeb.fn.*helper.