Repository navigation

#

jsqlparser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern

Java
5652
2 天前

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

JavaScript
255
1 年前

Text-to-SQL in the Wild: A Naturally-Occurring Dataset Based on Stack Exchange Data

Jupyter Notebook
102
4 年前

SQL to JSON parser using JsqlParser

Java
8
6 年前

一个用java实现的快速查询组件🐳 ,支持mysql,oracle,sqlserver

Java
7
6 年前

[sql to spark DataSet] A library to translate SQL query into Spark DataSet API using JSQLParser and Scala implicit

TSQL
5
4 年前

A memory aware and time efficient SQL query parser in Java using jsqlparser.

Java
3
7 年前

JSqlParser.NET parses an SQL statement and translate it into a hierarchy of .NET classes. The generated hierarchy can be navigated using the Visitor Pattern

PowerShell
1
5 年前

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/

JavaScript
1
5 年前

JSON to SQL parser using JsqlParser

Java
1
6 年前