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
- Host: GitHub
- URL: https://github.com/javascriptor/js-sql-parser
- Owner: JavaScriptor
- License: mit
- Created: 2016-10-18T16:09:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T03:00:58.000Z (over 1 year ago)
- Last Synced: 2025-05-20T15:05:24.119Z (7 months ago)
- Topics: abstract-syntax-tree, ast, javascript, jison, js, jsqlparser, mysql, sql-parser
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 256
- Watchers: 17
- Forks: 47
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE