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

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

Awesome Lists containing this project

README

          

sql
===

[![Circle CI](https://circleci.com/gh/rqlite/sql/tree/master.svg?style=svg)](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).