https://github.com/bytebase/partiql-parser
The repository of PartiQL parser based on ANTLR.
https://github.com/bytebase/partiql-parser
Last synced: 8 months ago
JSON representation
The repository of PartiQL parser based on ANTLR.
- Host: GitHub
- URL: https://github.com/bytebase/partiql-parser
- Owner: bytebase
- Created: 2024-05-27T08:35:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T10:11:24.000Z (over 1 year ago)
- Last Synced: 2025-05-16T01:04:22.506Z (8 months ago)
- Language: ANTLR
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# partiql-parser
The repository of PartiQL parser based on ANTLR.
# Clone the repository
The repository contains the test data from [partiql-tests](https://github.com/partiql/partiql-tests) repository as a submodule. To clone the repository with the submodule, use the following command:
```bash
git clone --recursive git@github.com:bytebase/partiql-parser.git
```
# Update the partiql-tests submodule
To update the submodule, use the following command:
```bash
git submodule update --remote
```