Skip to content

Commit 44694a8

Browse files
authored
Add clickhouse-sql-parser to Database Tools section (#6654)
clickhouse-sql-parser is a Go library and CLI that parses ClickHouse-dialect SQL into a typed AST, with walk/transform helpers, round-trip formatting and beautification. Assistant By Claude Opus 5
1 parent 79482a1 commit 44694a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
880880

881881
- [chproxy](https://github.com/Vertamedia/chproxy) - HTTP proxy for ClickHouse database.
882882
- [clickhouse-bulk](https://github.com/nikepan/clickhouse-bulk) - Collects small inserts and sends big requests to ClickHouse servers.
883+
- [clickhouse-sql-parser](https://github.com/AfterShip/clickhouse-sql-parser) - Parser for ClickHouse-dialect SQL that produces a typed AST, with traversal helpers, round-trip formatting, and a CLI.
883884
- [database-gateway](https://github.com/kazhuravlev/database-gateway) - Running SQL in production with ACLs, logs, and shared links.
884885
- [dbbench](https://github.com/sj14/dbbench) - Database benchmarking tool with support for several databases and scripts.
885886
- [dg](https://github.com/codingconcepts/dg) - A fast data generator that produces CSV files from generated relational data.

0 commit comments

Comments
 (0)