File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# cockroachdb-parser
2
2
3
+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/cockroachdb/cockroachdb-parser.svg )] ( https://pkg.go.dev/github.com/cockroachdb/cockroachdb-parser )
4
+
3
5
` cockroachdb-parser ` is a snapshot of the parser package and
4
6
all its dependencies from the [ CockroachDB repo] [ repo ] . The
5
7
smaller package is Apache licensed and contains less dependencies
6
8
to pull in when configuring compared to ` go get github.com/cockroachdb/cockroach ` .
7
9
10
+ A README of usage of the parser library can be found [ here] [ parserreadme ] .
11
+
8
12
The SHA this is based off is available in ` version ` .
9
13
10
14
## Versioning
@@ -46,3 +50,4 @@ Ensure the [CockroachDB repo][repo] is cloned in your $GOPATH, and then type:
46
50
```
47
51
48
52
[ repo ] : https://github.com/cockroachdb/cockroach
53
+ [ parserreadme ] : pkg/sql/parser/README.md
You can’t perform that action at this time.
0 commit comments