API Reference clickhouse_adapter_ecto v#0.2.0
Copy MarkdownModules
An Ecto.Adapters.SQL-based adapter for ClickHouse, talking to it over
its native TCP protocol via ChDriver.
Implements Ecto.Adapters.SQL.Connection on top of 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.
Identifier quoting and query source-naming helpers shared by
Ecto.Adapters.ClickHouse.DDL, Ecto.Adapters.ClickHouse.QueryBuilder,
and Ecto.Adapters.ClickHouse.Expression.
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.