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

https://github.com/javascriptor/js-sql-parser

SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html
https://github.com/javascriptor/js-sql-parser

abstract-syntax-tree ast javascript jison js jsqlparser mysql sql-parser

Last synced: 6 months ago
JSON representation

SQL(select) parser written with jison. parse SQL into abstract syntax tree(AST) and stringify back to SQL. sql grammar follows https://dev.mysql.com/doc/refman/5.7/en/select.html

Awesome Lists containing this project