macOS
brew install clickhouse-sql-parserlocal Homebrew formula metadata
brew / rank 6917
Writing clickhouse sql parser in pure Go. Version 0.5.4 via Homebrew; verified 2026-08-02.
install
brew install clickhouse-sql-parserlocal Homebrew formula metadata
overview
Writing clickhouse sql parser in pure Go
history
ClickHouse SQL Parser is a Go library and CLI for parsing ClickHouse SQL into an AST and formatting or beautifying ClickHouse queries.
The official README says the project aims to build a ClickHouse SQL parser in Go and notes inspiration from memefish, a Go SQL parser for Cloud Spanner.
The tool is available both as a Go install target and as a Homebrew formula, matching common distribution paths for Go developer CLIs.
Developers import the parser package in Go code or run `clickhouse-sql-parser` from the shell to parse SQL strings, format SQL, beautify SQL, or read queries from files.
It is interesting to package managers because it bridges library and CLI packaging: the same Go module can be consumed by applications and installed as a standalone formatter/parser executable.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
clickhouse-sql-parser | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:clickhouse-sql-parser |
|---|---|
| Version | 0.5.4 |
| Package manager | Homebrew |
| Homepage | https://github.com/AfterShip/clickhouse-sql-parser |
| Repository | https://github.com/AfterShip/clickhouse-sql-parser |
| Last updated | 2026-08-02T11:42:57Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.