File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ making it easy to support custom dialects so that this crate can be used as a
1212foundation for vendor-specific parsers.
1313
1414This parser is currently being used by the [ DataFusion] query engine,
15- [ LocustDB] , and [ Ballista ] .
15+ [ LocustDB] , [ Ballista ] and [ GlueSQL ] .
1616
1717## Example
1818
@@ -127,6 +127,7 @@ resources.
127127[ DataFusion ] : https://github.com/apache/arrow-datafusion
128128[ LocustDB ] : https://github.com/cswinter/LocustDB
129129[ Ballista ] : https://github.com/apache/arrow-datafusion/tree/master/ballista
130+ [ GlueSQL ] : https://github.com/gluesql/gluesql
130131[ Pratt Parser ] : https://tdop.github.io/
131132[ sql-2016-grammar ] : https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
132133[ sql-standard ] : https://en.wikipedia.org/wiki/ISO/IEC_9075
You can’t perform that action at this time.
0 commit comments