File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 33` cockroachdb-parser ` is a snapshot of the parser package and
44all its dependencies from the [ CockroachDB repo] ( repo ) . The
55smaller package is Apache licensed and contains less dependencies
6- to pull in when configuring compared to ` go get ` .
6+ to pull in when configuring compared to ` go get github.com/cockroachdb/cockroach ` .
77
88The SHA this is based off is available in ` version ` .
99
@@ -13,6 +13,11 @@ Versioning is done by CockroachDB version, with a `v0.` prepended.
1313For example, ` v0.22.1.0.x.y ` maps to ` v22.1.0 ` in CockroachDB, where
1414` .x.y ` maps to any subiterations.
1515
16+ ## Custom patches
17+
18+ There are custom patches in ` patches/ ` which gets applied to the repo.
19+ This helps us customise the parser slightly for third party users.
20+
1621## Example usage
1722
1823```
You can’t perform that action at this time.
0 commit comments