miniSqlParser icon indicating copy to clipboard operation
miniSqlParser copied to clipboard

A simple SQL Parser, that can convert sql statements to an abstract syntax tree.

Results 2 miniSqlParser issues
Sort by recently updated
recently updated
newest added

Support DDL. Currently library does not support DDL part of sql. I would like to try partially implement ddl functionality. Grammar to implement in that issue: // DDL ddl_stmt :...

enhancement

Hello, Do you have any plans to support DDL and other statements in parser? Maybe you can give a few words on future plans for that project?