Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 Dec 2024

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: 09 Nov 2024

https://github.com/ascoders/syntax-parser

Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!

lexer parser sql sql-parser

Last synced: 15 Dec 2024

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 Nov 2024

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: 21 Dec 2024

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: 12 Nov 2024

https://github.com/duartealexf/sql-ddl-to-json-schema

SQL DDL to JSON Schema Converter

grammar json-schema nearley sql-parser

Last synced: 04 Dec 2024

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: 20 Dec 2024

https://github.com/aftership/clickhouse-sql-parser

ClickHouse SQL Parser writing in Go

clickhouse go sql-parser

Last synced: 21 Dec 2024

https://github.com/AfterShip/clickhouse-sql-parser

ClickHouse SQL Parser writing in Go

clickhouse go sql-parser

Last synced: 21 Oct 2024

https://github.com/jacraig/sqlparser

An SQL Parser/Lexer for C#

sql sql-parser tsql tsql-parser

Last synced: 21 Dec 2024

https://github.com/JaCraig/SQLParser

An SQL Parser/Lexer for C#

sql sql-parser tsql tsql-parser

Last synced: 06 Nov 2024

https://github.com/iamcal/sqlparser

Parse MySQL schemas in PHP, fast

autoloader composer database lex php sql-parser

Last synced: 17 Dec 2024

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: 19 Dec 2024

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: 15 Dec 2024

https://github.com/gwenn/sqlpop

SQL parser (as understood by SQLite)

sql-parser

Last synced: 16 Dec 2024

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: 11 Dec 2024

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: 25 Nov 2024

https://github.com/mmzp/sql-parser

解析 mysql create table 语句,用于通过建表语句生成 model 代码文件。

browser mysql nearley nodejs sql-parser

Last synced: 11 Nov 2024

https://github.com/thebesttvarynka/lisp-sql-parser

SQL-parser implemented in LISP

lisp sql sql-parser

Last synced: 23 Oct 2024

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: 28 Oct 2024

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: 07 Nov 2024

https://github.com/longbridge/sqlparser

SQL Parser for Go, allows work with PostgreSQL syntax.

ast go parser postgresql sql-parser

Last synced: 12 Dec 2024

https://github.com/longbridgeapp/sqlparser

SQL Parser for Go, allows work with PostgreSQL syntax.

ast go parser postgresql sql-parser

Last synced: 06 Nov 2024

https://github.com/imantung/sqlstr

String manipulation/helper for SQL Query

sql-cleaner sql-obsecurer sql-parser sql-table sqlquery string-manipulation

Last synced: 18 Dec 2024

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: 04 Dec 2024

https://github.com/huntlabs/hunt-sql

SQL parser library for D programming language.

ast d dlang sql-parser

Last synced: 13 Nov 2024

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: 18 Nov 2024

https://github.com/gwenn/jlemon

Lemon parser generator modified to build an SQL parser in Java

java parser-generator sql-parser

Last synced: 13 Oct 2024

https://github.com/zlikavac32/sql-query-parser

Small SELECT statement SQL parser for query builders

c query-builder sql-parser

Last synced: 20 Nov 2024

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: 21 Nov 2024

https://github.com/elliotcourant/pgoparser

PostgreSQL parser written in pure go.

parser postgres sql sql-parser

Last synced: 23 Nov 2024

https://github.com/chenquan/mysql-parser

A SQL parser for mysql.

go golang mysql parser sql sql-parser

Last synced: 05 Nov 2024

https://github.com/tylersuehr7/sqlite-class-parser

A lightweight object-to-SQL statement parser.

java java-libraries parser sql sql-parser

Last synced: 17 Nov 2024