mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Save
This commit is contained in:
parent
0c23392adb
commit
ac130577c1
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# SQL Parser
|
||||
|
||||
TBD
|
||||
The goal of this project is to build a SQL lexer and parser capable of parsing ANSI SQL:2011 (or 2016 if I can get access to the specification for free).
|
||||
|
||||
The current code was copied from DataFusion and has some non-standard SQL support and only a subset of ANSI SQL currently.
|
||||
|
||||
The current code is capable of parsing some simple SELECT and CREATE TABLE statements.
|
Loading…
Add table
Add a link
Reference in a new issue