JSqlParser 是一个Java SQL语句解析库,支持 Oracle, SqlServer, MySQL, PostgreSQL 等数据库
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
#网络爬虫#Text-to-SQL in the Wild: A Naturally-Occurring Dataset Based on Stack Exchange Data
[sql to spark DataSet] A library to translate SQL query into Spark DataSet API using JSQLParser and Scala implicit
A memory aware and time efficient SQL query parser in Java using jsqlparser.
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
SQL parsing engine
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/