Skip to content

Commit c887c4e

Browse files
Add PRQLto list of users (#1031)
Co-authored-by: Andrew Lamb <[email protected]>
1 parent 953c833 commit c887c4e

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
@@ -93,7 +93,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
9393
## Users
9494

9595
This parser is currently being used by the [DataFusion] query engine,
96-
[LocustDB], [Ballista], [GlueSQL], [Opteryx], and [JumpWire].
96+
[LocustDB], [Ballista], [GlueSQL], [Opteryx], [PRQL], and [JumpWire].
9797

9898
If your project is using sqlparser-rs feel free to make a PR to add it
9999
to this list.
@@ -188,6 +188,7 @@ licensed as above, without any additional terms or conditions.
188188
[Ballista]: https://github.com/apache/arrow-ballista
189189
[GlueSQL]: https://github.com/gluesql/gluesql
190190
[Opteryx]: https://github.com/mabel-dev/opteryx
191+
[PRQL]: https://github.com/PRQL/prql
191192
[JumpWire]: https://github.com/extragoodlabs/jumpwire
192193
[Pratt Parser]: https://tdop.github.io/
193194
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html

0 commit comments

Comments
 (0)