https://github.com/rqlite/sql
Pure Go SQL parser
https://github.com/rqlite/sql
Last synced: 9 months ago
JSON representation
Pure Go SQL parser
- Host: GitHub
- URL: https://github.com/rqlite/sql
- Owner: rqlite
- License: mit
- Created: 2020-09-15T17:52:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T13:33:16.000Z (about 1 year ago)
- Last Synced: 2025-04-11T16:06:43.580Z (9 months ago)
- Language: Go
- Homepage:
- Size: 138 KB
- Stars: 150
- Watchers: 5
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sql
===
[](https://circleci.com/gh/rqlite/sql/tree/master)
This repository holds a pure Go SQL parser based on the [SQLite](https://sqlite.org/)
SQL definition. It implements nearly all features of the language except `ATTACH`,
`DETACH`, and some other minor features.
## Credits
This parser was originally created by [Ben Johnson](https://github.com/benbjohnson). Many thanks to him for making it available for use by [rqlite](https://rqlite.io).