Topic: "sql-parser"
macbre/sql-metadata
Uses tokenized query returned by python-sqlparse and generates query metadata
Language: Python - Size: 1020 KB - Last synced at: 9 days ago - Pushed at: 16 days ago - Stars: 876 - Forks: 129
hyrise/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
Language: C++ - Size: 2.94 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 794 - Forks: 255
ascoders/syntax-parser
Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!
Language: TypeScript - Size: 1.27 MB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 480 - Forks: 47
phpmyadmin/sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
Language: PHP - Size: 24.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 467 - Forks: 109
blastrain/vitess-sqlparser
simply SQL Parser for Go ( powered by vitess and TiDB )
Language: Go - Size: 6.84 MB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 466 - Forks: 81
auxten/postgresql-parser
Pure Golang PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser
Language: Go - Size: 5.22 MB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 289 - Forks: 57
DTStack/monaco-sql-languages
SQL languages for monaco-editor
Language: TypeScript - Size: 66.6 MB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 276 - Forks: 49
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
Language: JavaScript - Size: 153 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 255 - Forks: 46
duartealexf/sql-ddl-to-json-schema
SQL DDL to JSON Schema Converter
Language: TypeScript - Size: 1.81 MB - Last synced at: 9 days ago - Pushed at: 18 days ago - Stars: 221 - Forks: 41
AfterShip/clickhouse-sql-parser
ClickHouse SQL Parser writing in Go
Language: Go - Size: 1.21 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 216 - Forks: 47
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.
Language: Python - Size: 2.04 MB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 201 - Forks: 44
mkitzan/constexpr-sql
Header only library that parses and plans SQL queries at compile time
Language: C++ - Size: 1.39 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 131 - Forks: 5
JaCraig/SQLParser
An SQL Parser/Lexer for C#
Language: C# - Size: 40.5 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 123 - Forks: 18
jgarzik/sqlfun
Modern SQL parser using Bison (Yacc) and Flex
Language: Yacc - Size: 92.8 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 81 - Forks: 36
iamcal/SQLParser
Parse MySQL schemas in PHP, fast
Language: PHP - Size: 174 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 70 - Forks: 20
mindsdb/mindsdb_sql
SQL parser and planner used by MindsDB
Language: Python - Size: 3.37 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 64 - Forks: 23
sad-spirit/pg-builder
Query builder for Postgres backed by SQL parser
Language: PHP - Size: 1.67 MB - Last synced at: 9 days ago - Pushed at: 26 days ago - Stars: 58 - Forks: 6
gwenn/lemon-rs
LALR(1) parser generator for Rust based on Lemon + SQL parser
Language: Rust - Size: 867 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 57 - Forks: 17
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.
Language: Go - Size: 213 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 41 - Forks: 5
gwenn/sqlpop
SQL parser (as understood by SQLite)
Language: Rust - Size: 123 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 35 - Forks: 9
gerardnico/calcite
Calcite Demo
Language: Java - Size: 330 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 32 - Forks: 12
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.
Language: PHP - Size: 54.7 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 31 - Forks: 13
slaclab/lacquer
SQL Parser derived from Presto, written in Python with the PLY framework
Language: Python - Size: 241 KB - Last synced at: about 2 months ago - Pushed at: over 8 years ago - Stars: 31 - Forks: 19
YehiaFarghaly/database-engine
Database Engine that supports Creating tables, Inserting, Deleting, Updating tuples, Selecting from table, and Creating Index
Language: Java - Size: 935 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 16
mmzp/sql-parser
解析 mysql create table 语句,用于通过建表语句生成 model 代码文件。
Language: JavaScript - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 25 - Forks: 7
mk3008/rawsql-ts
High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.
Language: TypeScript - Size: 5.3 MB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 22 - Forks: 1
hoangsonww/LatticeDB-NextGen-DBMS
🗂️ A next-gen relational database with ACID transactions, mergeable CRDT tables, time-travel queries, vector search, B+ Tree indexes, and differential privacy built-in. Written in C++17 with a SQL engine, WAL storage, and a modern GUI.
Language: C++ - Size: 8.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 20 - Forks: 19
linked-db/linked-ql
A modern take on SQL and SQL databases that checks all the boxes for modern apps
Language: JavaScript - Size: 27.7 MB - Last synced at: about 8 hours ago - Pushed at: 2 days ago - Stars: 18 - Forks: 2
CovenantSQL/sqlparser Fork of xwb1989/sqlparser
SQLite or SQL-92 Parser implemented in Go
Language: Go - Size: 1.36 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 17 - Forks: 2
wyfunique/DBSim
The codebase for DBSim
Language: Python - Size: 171 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 2
TheBestTvarynka/Lisp-SQL-Parser 📦
SQL-parser implemented in LISP
Language: Common Lisp - Size: 418 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 0
bytebase/plsql-parser
The parser for Oracle 11g/12c PL/SQL. It is based on the https://github.com/antlr/antlr4 and use the grammar https://github.com/antlr/grammars-v4/tree/master/sql/plsql.
Language: ANTLR - Size: 24.7 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 13 - Forks: 10
crodas/SQLParser
SQL-Parser
Language: PHP - Size: 695 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 13 - Forks: 3
bytebase/mysql-parser
MySQL parser based on ANTLR4
Language: ANTLR - Size: 5.81 MB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 8
i-sevostyanov/NanoDB
An SQL database, written as a learning project.
Language: Go - Size: 252 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 3
morphar/sqlparsers
Go SQL parsers for MySQL and Postgres syntax (WIP)
Language: Go - Size: 703 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 11 - Forks: 5
longbridge/sqlparser Fork of rqlite/sql
SQL Parser for Go, allows work with PostgreSQL syntax.
Language: Go - Size: 53.7 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 10 - Forks: 9
Flushot/sqlparse
SQL parser and converter
Language: Python - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 5
crate/cratedb-sqlparse
Parsing utilities to validate and split SQL statements for CrateDB.
Language: Python - Size: 559 KB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 8 - Forks: 1
mmeents/AppSmith
Tree view based UML C# MS-SQL OpenApi Database Api table modeler - Code Generator. Saves model to files no db required. Text editors to copy and paste to/from.
Language: C# - Size: 124 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 8 - Forks: 1
imantung/sqlstr
String manipulation/helper for SQL Query
Language: Go - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 2
mk3008/CarbunqleX
CarbunqleX is a lightweight library that enhances the reusability and maintainability of RawSQL through advanced AST analysis.
Language: C# - Size: 531 KB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 7 - Forks: 0
stroheim/EasySqlParser
2-Way-Sql parser
Language: C# - Size: 597 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 7
paknahad/eql
SQL into ES DSL (Write on SQL, Search on ElasticSearch)
Language: PHP - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 7 - Forks: 0
reforms/reforms
Reforms is repository for framework that help in development with SQL and ORM technics
Language: Java - Size: 1.15 MB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 7 - Forks: 2
webqit/objective-sql 📦
The succinct, fullstack SQL for modern web apps.
Language: JavaScript - Size: 1.84 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 2
MelloB1989/karma
Karma is a powerful, modular library designed to simplify common tasks in Go development. Whether you're handling authentication, parsing SQL, managing middleware, integrating with third-party APIs, or dealing with file management, Karma has got you covered.
Language: Go - Size: 929 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 1
kevin-lee/querious
Language: Scala - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1
unicreators/sql-criteria-parser
javascript sql criteria expression parser.
Language: JavaScript - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 8 years ago - Stars: 5 - Forks: 1
bytebase/tsql-parser
The parser for SQL Server. It is based on the ANTLR4 using grammar https://github.com/antlr/grammars-v4/blob/master/sql/tsql
Language: C++ - Size: 13.8 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 5
huntlabs/hunt-sql
SQL parser library for D programming language.
Language: D - Size: 1.14 MB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1
Chahine-tech/sqlens
A powerful SQL query analyzer and optimizer supporting MySQL, PostgreSQL, SQL Server, SQLite, and Oracle
Language: Go - Size: 516 KB - Last synced at: about 6 hours ago - Pushed at: 2 days ago - Stars: 3 - Forks: 1
gwenn/jlemon
Lemon parser generator modified to build an SQL parser in Java
Language: Java - Size: 666 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 2
tkc/sql-dog
Analyzes SQL query logs and triggers a warning if a specified condition is missing from the query.
Language: Go - Size: 86.9 KB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0
kamshory/ParseSQL
This library parse multiple query of MySQLDump output file. ParseSQL designed to parse multiple query and ready to be executed using mysql_query. This library is usefull to create database structure or restore database from sql file.
Language: PHP - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1
sassman/edu-sql-parser-rs
SQL Types transpiles `CREATE TABLE` SQL code into type definitions in other languages such as TypeScript or Rust.
Language: Rust - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0
inzapp/sql-to-json-parser
SQL to JSON parser using JsqlParser
Language: Java - Size: 2.34 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1
kelin-xycs/SelectDataTable
一个 用 C# 实现的 用 Sql select DataTable 资料 的 程序
Language: C# - Size: 115 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 5
abfhdays/intelligent-query-router
intelligent SQL query router with cost-based optimization, automatic backend selection (DuckDB/Polars/Spark), and partition pruning for 50-100x speedups
Language: Python - Size: 447 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0
database-research-lab/go-antlrv4-postgresql-parser
antlr postgresql golang lexer & parser
Language: ANTLR - Size: 4.15 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1
martianboy/pg-grammar
Experimental SQL parser for PostgreSQL
Language: JavaScript - Size: 698 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0
chenquan/mysql-parser
A SQL parser for mysql.
Language: Go - Size: 2.22 MB - Last synced at: 8 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0
zlikavac32/sql-query-parser
Small SELECT statement SQL parser for query builders
Language: C - Size: 202 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0
gwenn/sqlpest 📦
SQL parser (as understood by SQLite)
Language: Rust - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1
katsew/oq-mapper
Object/Query mapper for Node.js
Language: JavaScript - Size: 74.2 KB - Last synced at: 2 months ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1
logzer0/simpleSqlParser
A simple (limited) SQL Parser
Language: Go - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 2
miniconnect/minibase
RDBMS framework for miniConnect
Language: Java - Size: 421 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 1
leissa/sql
Small and simple SQL parser
Language: C++ - Size: 218 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0
ltfred/hive-sql-parser
基于Antlr的Hive SQL 解析器
Language: ANTLR - Size: 2.77 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0
mrcaidev/intelligent-logistics 📦
互联网+智慧物流质询系统。
Language: TypeScript - Size: 2.73 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0
geektcp/karinpoky
storage system instruct analyse middleware
Language: Java - Size: 312 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
Govindskatyura/sql-visualizer
Language: JavaScript - Size: 6.82 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
manasesjesus/fdbs-and-sql-parser
Implementation of a Federative Database System – SQL Parser included
Language: Java - Size: 1.18 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 3
elliotcourant/pgoparser
PostgreSQL parser written in pure go.
Language: Go - Size: 105 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2
mlilius/js-dremio-sql-parser
Dremio SQL(select) parser written with jison. Parse SQL into abstract syntax tree(AST) and stringify back to SQL. SQL grammar follows https://docs.dremio.com/sql-reference/
Language: JavaScript - Size: 127 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1
drdaemos/sql-parser
Simple SQL lexer and parser written in Kotlin. Supports SELECT queries
Language: Kotlin - Size: 49.8 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 2
ChangerR/SqlParser
the sql parser lib
Language: C++ - Size: 158 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0
tylersuehr7/sqlite-class-parser
A lightweight object-to-SQL statement parser.
Language: Java - Size: 372 KB - Last synced at: 9 months ago - Pushed at: about 9 years ago - Stars: 1 - Forks: 1
crwsolutions/ntokenizers
Collection of tokenizers for JSON, XML, SQL, Typescript, CSharp and Markup processing
Language: C# - Size: 347 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
Tegare/sql-parser-demo
🔍 Explore robust SQL parsing with error tracking and zero-copy techniques in this practical demo that enhances your understanding of parsing concepts.
Language: Rust - Size: 1.32 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
Accoladecr/LatticeDB-NextGen-DBMS
🚀 Build a high-performance, modern relational database with AI support, time-travel queries, and robust security for reliable enterprise solutions.
Size: 44 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0
code-archived/ds-gringotts
A funky name for a funky project - check the wide variety of compiled python utility function's documentations.
Size: 253 KB - Last synced at: 7 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
Project-Obscure/project-obscure-benelux
Forensic parsers for obscure Belgian and Dutch apps, built for analysts in the public and private sector.
Size: 13.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
ewdlop/SQLNotes
database design + database implemntaiton too;Bases de Datos Relacionales
Language: Jupyter Notebook - Size: 225 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1
snakewa/html5-sql-insert-tools
Convert SQL INSERTs to JSON & HTML tables in the browser. Schema-aware, i18n, dark mode, downloads, Pages friendly.
Language: JavaScript - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
bimantaraz/Enhanced-SQL-to-CSV-Converter
A lightweight Python utility for converting SQL dump files (MySQL & PostgreSQL) to CSV format with advanced parsing, multi-table support, and debugging capabilities.
Language: Python - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
HexaForge-1/ChronoMemDB
High-performance, in-memory database engine in modern C++ (C++20), featuring B+-Tree indexing, SQL-like query parsing, and millisecond-level data persistence.
Language: C++ - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
avinashyadav16/ClangDB
👉 [STILL WORKING ON IT] 👈 ClangDB: A simple DBMS built from the ground up in C++, featuring a custom SQL lexer, parser, and support for basic CRUD operations.
Language: C++ - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
normalsql/normalsql
Just use Normal SQL
Language: PLpgSQL - Size: 12.2 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
mawuva/sql-parser Fork of phpmyadmin/sql-parser
A validating SQL lexer and parser with a focus on MySQL dialect.
Language: PHP - Size: 24.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
novacodes/syntax-parser Fork of ascoders/syntax-parser
Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!
Language: TypeScript - Size: 796 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
MaheshNanavare/Relational_Database_Server
Lightweight relational database server that supports basic SQL-like commands for data manipulation and retrieval
Language: Java - Size: 302 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
azazar/sql-dump-parser
SQL Dump Parser is a lightweight Java library designed to parse SQL dump files, focusing on handling SQL statements and tokens from a given input string
Language: Java - Size: 77.1 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1
funktechno/sql-simple-parser
sql ddl parser to support extensions for drawio
Language: TypeScript - Size: 740 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 1
ZhengtongYan/sql-parser Fork of hyrise/sql-parser
SQL Parser for C++. Building C++ object structure from SQL statements.
Language: C++ - Size: 2.02 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
Eisi05/Sql-Builder
This repository simplifies working with SQL in Java.
Language: Java - Size: 52.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
GourdErwa/awesome-sql-builder
sql 构建,屏蔽方言差异性
Language: Java - Size: 90.8 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
nicolaus-hee/sql-to-csv-converter
Python script to convert HeidiSQL table exports from SQL format into CSV
Language: Python - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
naoto0822/mysql-parser-rs
MySQL Parser implemented in Rust :dolphin: (ongoing)
Language: Rust - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0
tomerlieber/athena-sqlparser Fork of blastrain/vitess-sqlparser
Athena SQL Parser for Go
Language: Go - Size: 6.87 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0