Skip to content

Commit e32b1c5

Browse files
authored
Add gluesql as a reference (apache#355)
1 parent 3d6637c commit e32b1c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ making it easy to support custom dialects so that this crate can be used as a
1212
foundation for vendor-specific parsers.
1313

1414
This 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

0 commit comments

Comments
 (0)