Open
Description
What do you want to change?
I've enjoyed using sqlc with postgres. However, I'm starting to do more work with Clickhouse and it would be great to also use sqlc there. I imagine this is a similar ask to #161 for sqlite and the core work required is integrating a query parser for ClickHouse. I don't have much experience in this area, but here is some potentially related content that may be helpful:
- ClickHouse SQL formal grammar or parser implementation ClickHouse/ClickHouse#7595
- ANTLR4 Grammar for ClickHouse and new parser ClickHouse/ClickHouse#11298
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response