An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## SQL Parser

This repository contains a toy parser for parsing very simple SQL SELECT statements.