mirror of
https://github.com/carrotquest/django-clickhouse.git
synced 2025-02-16 19:00:34 +03:00
547 B
547 B
Making queries
Motivation
ClickHouse SQL language is near to standard, but does not follow it exactly (docs).
It can not be easily integrated into django query subsystem as it expects databases to support standard SQL language features like transactions and INNER/OUTER JOINS by condition.
In order to fit it
Libraries query system extends infi.clickhouse-orm.
TODO