https://github.com/benbjohnson/sql-parser
Toy SQL parser example for Gopher Academy
https://github.com/benbjohnson/sql-parser
Last synced: 9 months ago
JSON representation
Toy SQL parser example for Gopher Academy
- Host: GitHub
- URL: https://github.com/benbjohnson/sql-parser
- Owner: benbjohnson
- License: mit
- Created: 2014-11-29T22:53:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T16:56:27.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T07:09:26.875Z (9 months ago)
- Language: Go
- Size: 5.81 MB
- Stars: 335
- Watchers: 10
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SQL Parser
This repository contains a toy parser for parsing very simple SQL SELECT statements.