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 7b0acc8 commit e036d35Copy full SHA for e036d35
.github/workflows/ci.yaml
@@ -52,3 +52,4 @@ jobs:
52
make lint
53
54
- name: Test
55
+ run: make test
README.md
@@ -1,4 +1,5 @@
1
# ClickHouse SQL Parser
2
+[](https://goreportcard.com/report/github.com/AfterShip/clickhouse-sql-parser) [](https://github.com/AfterShip/clickhouse-sql-parser/blob/master/LICENSE)[](https://godoc.org/github.com/AfterShip/clickhouse-sql-parser)
3
4
The goal of this project is to build a ClickHouse SQL parser in Go with the following key features:
5
0 commit comments