sql-parser topic

List sql-parser repositories

js-sql-parser

240
Stars
44
Forks
Watchers

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

167
Stars
37
Forks
Watchers

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

181
Stars
36
Forks
Watchers

SQL languages for monaco-editor

sqlfun

79
Stars
37
Forks
Watchers

Modern SQL parser using Bison (Yacc) and Flex

lemon-rs

43
Stars
8
Forks
Watchers

LALR(1) parser generator for Rust based on Lemon + SQL parser

sqlpop

33
Stars
9
Forks
Watchers

SQL parser (as understood by SQLite)

mindsdb_sql

54
Stars
21
Forks
Watchers

SQL parser and planner used by MindsDB

PHP-Light-SQL-Parser

29
Stars
11
Forks
Watchers

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

96
Stars
17
Forks
Watchers

An SQL Parser/Lexer for C#

sqlparser

17
Stars
2
Forks
Watchers

SQLite or SQL-92 Parser implemented in Go