https://github.com/stackql/stackql-parser
https://github.com/stackql/stackql-parser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackql/stackql-parser
- Owner: stackql
- License: apache-2.0
- Created: 2023-02-12T08:44:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:19:23.000Z (over 1 year ago)
- Last Synced: 2024-08-26T10:09:27.988Z (over 1 year ago)
- Language: Go
- Size: 114 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# StackQL Parser
This is the `stackql` parser, a forked descendent of [vitess](https://github.com/vitessio/vitess); we are deeply grateful to and fully acknowledge this work.
There are elements of the original work that are not required, but may take some time to excise.
## Rebuilding parser
```bash
make -C go/vt/sqlparser
```
After changes to the ast:
```bash
cicd/build_scripts/01_ast_rebuild.sh
```
## License
Unless otherwise noted, source files are distributed
under the Apache Version 2.0 license found in the LICENSE file.