https://github.com/vedadiyan/sqlparser
This project is a SQL parser extracted from Vitess
https://github.com/vedadiyan/sqlparser
Last synced: 8 months ago
JSON representation
This project is a SQL parser extracted from Vitess
- Host: GitHub
- URL: https://github.com/vedadiyan/sqlparser
- Owner: Vedadiyan
- Created: 2023-02-15T07:37:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T07:50:52.000Z (11 months ago)
- Last Synced: 2025-03-31T05:51:09.439Z (9 months ago)
- Language: Go
- Size: 960 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SqlParser
This project is a mini and modified version of [Vitess](https://github.com/vitessio/vitess). I just extracted what I needed from that project.
SqlParser allows you to parse MySQL queries and statements.