What work is required to support ClickHouse?
I'm a big fan of Drizzle.
I'm using Clickhouse on tons of projects, it's one of the best if not the best database for high analytical workload across speed, efficiency, easy of use...
They have a Node.js driver that's typed but no schema typing.
I'd love to contribute - what can I do to help you support ClickHouse? cc @Andrew Sherman
Looks like it'd need a new Driver.
Thank you !
3 Replies
It seems like clickhouse has it's own sql dialect
Can you confirm?
yes! it's an SQL-like dialect they say they
supports a declarative query language based on SQL that is identical to the ANSI SQL standard in many cases
.This will require a lot of work, both researching and implementing. Is there an open issue for it?