Projects in Awesome Lists tagged with sql-parser
A curated list of projects in awesome lists tagged with sql-parser .
https://github.com/macbre/sql-metadata
Uses tokenized query returned by python-sqlparse and generates query metadata
database hive hiveql metadata mysql-query parser python-package python3-library sql sql-parser sqlparse
Last synced: 13 May 2025
https://github.com/hyrise/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
c-plus-plus hyrise sql sql-parser
Last synced: 21 Apr 2025
https://github.com/ascoders/syntax-parser
Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!
Last synced: 05 Apr 2025
https://github.com/blastrain/vitess-sqlparser
simply SQL Parser for Go ( powered by vitess and TiDB )
ddl-parser go golang golang-library mysql sql-parser
Last synced: 12 Apr 2025
https://github.com/phpmyadmin/sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
lexer-library linter mariadb mysql parser php-library php-sql-analyzer php-sql-highlighter php-sql-parser php-sql-tokenizer sql sql-analyzer sql-builder sql-lint sql-linter sql-parser sql-parsing sql-query sql-syntax-parser sql-tokenizing
Last synced: 27 Apr 2025
https://github.com/auxten/postgresql-parser
Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser
cockroachdb golang postgresql sql sql-parser sql2011
Last synced: 04 Apr 2025
https://github.com/dtstack/monaco-sql-languages
SQL languages for monaco-editor
bigdata flinksql hiveql monaco-editor sparksq sql-language sql-parser
Last synced: 10 Jun 2025
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
abstract-syntax-tree ast javascript jison js jsqlparser mysql sql-parser
Last synced: 19 Jun 2025
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
abstract-syntax-tree ast javascript jison js jsqlparser mysql sql-parser
Last synced: 03 May 2025
https://github.com/duartealexf/sql-ddl-to-json-schema
SQL DDL to JSON Schema Converter
grammar json-schema nearley sql-parser
Last synced: 30 Dec 2025
https://github.com/xnuinside/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. & table properties, types, domains, etc.
bigquery columns ddl ddl-parser ddls hive hql mssql mysql oracle-database oracle-db parser postgresql redshift schemas snowflake sql sql-parser tsql types
Last synced: 16 May 2025
https://github.com/AfterShip/clickhouse-sql-parser
ClickHouse SQL Parser writing in Go
Last synced: 07 Mar 2025
https://github.com/aftership/clickhouse-sql-parser
ClickHouse SQL Parser writing in Go
Last synced: 25 Dec 2025
https://github.com/jacraig/sqlparser
An SQL Parser/Lexer for C#
sql sql-parser tsql tsql-parser
Last synced: 04 Oct 2025
https://github.com/JaCraig/SQLParser
An SQL Parser/Lexer for C#
sql sql-parser tsql tsql-parser
Last synced: 08 Apr 2025
https://github.com/iamcal/sqlparser
Parse MySQL schemas in PHP, fast
autoloader composer database lex php sql-parser
Last synced: 09 Apr 2025
https://github.com/gwenn/lemon-rs
LALR(1) parser generator for Rust based on Lemon + SQL parser
lalr parser-generator rust sql-parser
Last synced: 16 May 2025
https://github.com/sad-spirit/pg-builder
Query builder for Postgres backed by SQL parser
ast php postgres postgresql query-builder query-parser sql sql-builder sql-parser
Last synced: 20 Aug 2025
https://github.com/mk6i/mkdb
mkdb is a SQL-based relational database management system (RDBMS) written in Golang (1.18+) with zero third-party dependencies. The goal of the project is to provide a creative outlet for developers who want to experiment with database development in a low-stakes environment.
bplus-tree database database-development go golang rdbms recursive-descent-parser sql sql-parser write-ahead-log
Last synced: 17 Jun 2025
https://github.com/gerardnico/calcite
Calcite Demo
calcite calcite-demo java optimization relational-algebra sql sql-engine sql-parser sqlnode
Last synced: 26 Jul 2025
https://github.com/marcocesarato/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 the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
class database mysql parser php postrges sql sql-parser
Last synced: 16 Oct 2025
https://github.com/slaclab/lacquer
SQL Parser derived from Presto, written in Python with the PLY framework
presto presto-parser python sql sql-parser
Last synced: 12 Oct 2025
https://github.com/mmzp/sql-parser
解析 mysql create table 语句,用于通过建表语句生成 model 代码文件。
browser mysql nearley nodejs sql-parser
Last synced: 27 Apr 2025
https://github.com/linked-db/linked-ql
A modern take on SQL and SQL databases that checks all the boxes for modern apps
database database-migrations database-schemas database-versioning db embedded-database live-queries pglite-alternative realtime-databases sql sql-parser sql-plus-plus sql-synthesis sqlite-alternative sync-engine sync-engine-web typed-sql
Last synced: 12 Oct 2025
https://github.com/hoangsonww/latticedb-nextgen-dbms
🗂️ A next-gen relational database with mergeable CRDT tables, time-travel queries, vector search, and differential privacy built-in. Written in C++17 with a SQL engine, WAL storage, and a modern web Studio.
cmake cplusplus data database databases db dbms dbms-project docker file relational-database relational-databases sql sql-parser
Last synced: 13 Sep 2025
https://github.com/wyfunique/DBSim
The codebase for DBSim
data-science database in-database in-database-analytics query-optimizer sql-parser sql-query
Last synced: 27 Apr 2025
https://github.com/thebesttvarynka/lisp-sql-parser
SQL-parser implemented in LISP
Last synced: 11 Mar 2025
https://github.com/i-sevostyanov/nanodb
An SQL database, written as a learning project.
database dbms expression-engine relational-model sql sql-database sql-parser volcano-model
Last synced: 22 Mar 2025
https://github.com/longbridge/sqlparser
SQL Parser for Go, allows work with PostgreSQL syntax.
ast go parser postgresql sql-parser
Last synced: 10 Aug 2025
https://github.com/bytebase/plsql-parser
The parser for Oracle 11g/12c PL/SQL. It is based on the [ANTLR4](https://github.com/antlr/antlr4) and use the grammar from [antlr4-grammars-plsql](https://github.com/antlr/grammars-v4/tree/master/sql/plsql).
antlr antlr-parser antlr4 database oracle parser plsql sql sql-parser
Last synced: 02 Nov 2025
https://github.com/bytebase/mysql-parser
MySQL parser based on ANTLR4
antlr antlr-parser antlr4 database mysql parser sql sql-parser
Last synced: 13 Apr 2025
https://github.com/imantung/sqlstr
String manipulation/helper for SQL Query
sql-cleaner sql-obsecurer sql-parser sql-table sqlquery string-manipulation
Last synced: 19 Aug 2025
https://github.com/unicreators/sql-criteria-parser
javascript sql criteria expression parser.
Last synced: 07 Oct 2025
https://github.com/huntlabs/hunt-sql
SQL parser library for D programming language.
Last synced: 02 Mar 2025
https://github.com/gwenn/jlemon
Lemon parser generator modified to build an SQL parser in Java
java parser-generator sql-parser
Last synced: 27 Jul 2025
https://github.com/tkc/sql-dog
Analyzes SQL query logs and triggers a warning if a specified condition is missing from the query.
analysis analyzer database go sql sql-parser
Last synced: 09 May 2025
https://github.com/sassman/edu-sql-parser-rs
SQL Types transpiles `CREATE TABLE` SQL code into type definitions in other languages such as TypeScript or Rust.
compiler languages parser rust sql sql-parser transpiler typegen typescript
Last synced: 02 Sep 2025
https://github.com/bytebase/tsql-parser
The parser for SQL Server. It is based on the ANTLR4
antlr antlr4 antlr4-parser database parser sql sql-parser sql-server sqlserver
Last synced: 10 Jul 2025
https://github.com/katsew/oq-mapper
Object/Query mapper for Node.js
javascript json mapper nodejs parser pegjs sql sql-parser
Last synced: 28 Dec 2025
https://github.com/chenquan/mysql-parser
A SQL parser for mysql.
go golang mysql parser sql sql-parser
Last synced: 09 Apr 2025
https://github.com/zlikavac32/sql-query-parser
Small SELECT statement SQL parser for query builders
Last synced: 15 Mar 2025
https://github.com/tylersuehr7/sqlite-class-parser
A lightweight object-to-SQL statement parser.
java java-libraries parser sql sql-parser
Last synced: 25 Dec 2025
https://github.com/manasesjesus/fdbs-and-sql-parser
Implementation of a Federative Database System – SQL Parser included
database dbms distributed-database federated java javacc jdbc oracle parser sql sql-parser
Last synced: 12 Jul 2025
https://github.com/elliotcourant/pgoparser
PostgreSQL parser written in pure go.
parser postgres sql sql-parser
Last synced: 25 Oct 2025
https://github.com/maureasy/minidb
a lightweight sql database engine written in c++17 with zero dependencies. features b+ tree indexes, joins, aggregates, transactions, and wal for crash recovery.
btree cpp cpp17 database database-engine learning-project sql sql-parser
Last synced: 24 Dec 2025
https://github.com/miniconnect/minibase
RDBMS framework for miniConnect
database database-driver database-framework java rdbms relational-database sql sql-parser
Last synced: 16 Aug 2025
https://github.com/ewdlop/sqlnotes
database design + database implemntaiton too;Bases de Datos Relacionales
aries b-plus-tree database-design database-management entity-relationship-models n-way-merge-sort normal-form object-relational-mapping range-search relational-databases sql sql-builder sql-parser sql-server stored-procedures transaction-processing tsql undo-redo user-defined-functions write-ahead-logging
Last synced: 03 Nov 2025
https://github.com/funktechno/sql-simple-parser
sql ddl parser to support extensions for drawio
drawio erdiagram hacktoberfest mssql mysql plugins postgres sql sql-ddl sql-parser sqlite
Last synced: 09 Aug 2025
https://github.com/mk3008/carbunqlex
CarbunqleX is a lightweight library that enhances the reusability and maintainability of RawSQL through advanced query parsing.
ast csharp csharp-lib csharp-library dynamic-query postgres postgres-sql-parser postgresql raw-sql sql sql-parser
Last synced: 19 Nov 2025