We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004bbd6 commit 2e25715Copy full SHA for 2e25715
README.md
@@ -29,10 +29,24 @@ if err != nil {
29
}
30
```
31
32
-- Use clickhouse-sql-parser as a CLI tool
+- Install clickhouse-sql-parser as a CLI tool
33
+
34
35
+On Linux:
36
37
```bash
38
$ go install github.com/AfterShip/clickhouse-sql-parser@latest
39
+```
40
41
+On macOS:
42
43
+```bash
44
+$ brew install clickhouse-sql-parser
45
46
47
+Parse ClickHouse SQL into AST or beautify ClickHouse SQL format:
48
49
50
## Parse query into AST
51
$ clickhouse-sql-parser "SELECT * FROM clickhouse WHERE a=100"
52
0 commit comments