API Reference clickhouse_adapter_ecto v#0.2.0

Copy Markdown

Modules

An Ecto.Adapters.SQL-based adapter for ClickHouse, talking to it over its native TCP protocol via ChDriver.

DDL generation for Ecto.Migration support.

Clause and expression rendering for SELECT statements: SELECT, FROM, JOIN, WHERE, GROUP BY, HAVING, ORDER BY, LIMIT/OFFSET, and expr/3, the general Ecto expression renderer (literals, functions, operators, fragments).

Validated builders for ClickHouse-specific migration column types that have no direct Ecto.Migration.add/3 equivalent.

Statement generators for Ecto.Adapters.SQL.Connection: all/2, update_all/2, delete_all/1, insert/8, update/5, delete/5, and explain_query/4.

An Ecto.ParameterizedType for ClickHouse's FixedString(N) column type.