node-sql-parser
node-sql-parser copied to clipboard
Support ClickHouse Dialect
ClickHouse is an up-and-coming columnar OLAP database with a fairly standard SQL interface.
It would be awesome to see it supported in this project!
https://clickhouse.com/docs/zh
Fantastic work on this BTW. What you're doing is really challenging and I didn't think anybody was up to the task!
I second that.
We actually currently use it to sanitize user-queries to ClickHouse. We use it in "Postgres" mode which is sufficiently compatible for most things. But it does lack support for all the special joins of ClickHouse, and also for the convenience notations for tuples and arrays that ClickHouse support.
So it would definitely be great to see native support for ClickHouse.
In any case thanks for the great work on this library.
@abraithwaite @pkthomsen I will support the ClickHouse dialect based on PostgresQL in the next version. Sorry for waiting so long
+1 Also need that!
Great news ! Awesome work. Thanks.
Thanks a lot, really need this
+1 for needing this feature.