sql-parser topic
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
simple-ddl-parser
Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc....
monaco-sql-languages
SQL languages for monaco-editor
lemon-rs
LALR(1) parser generator for Rust based on Lemon + SQL parser
mindsdb_sql
SQL parser and planner used by MindsDB
PHP-Light-SQL-Parser
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract t...
sqlparser
SQLite or SQL-92 Parser implemented in Go