mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-10 05:52:13 +00:00
Add JumpWire to users in README (#990)
This commit is contained in:
parent
4903bd4b8b
commit
ed39329060
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
|
||||||
## Users
|
## Users
|
||||||
|
|
||||||
This parser is currently being used by the [DataFusion] query engine,
|
This parser is currently being used by the [DataFusion] query engine,
|
||||||
[LocustDB], [Ballista], [GlueSQL], and [Opteryx].
|
[LocustDB], [Ballista], [GlueSQL], [Opteryx], and [JumpWire].
|
||||||
|
|
||||||
If your project is using sqlparser-rs feel free to make a PR to add it
|
If your project is using sqlparser-rs feel free to make a PR to add it
|
||||||
to this list.
|
to this list.
|
||||||
|
@ -179,6 +179,7 @@ licensed as above, without any additional terms or conditions.
|
||||||
[Ballista]: https://github.com/apache/arrow-ballista
|
[Ballista]: https://github.com/apache/arrow-ballista
|
||||||
[GlueSQL]: https://github.com/gluesql/gluesql
|
[GlueSQL]: https://github.com/gluesql/gluesql
|
||||||
[Opteryx]: https://github.com/mabel-dev/opteryx
|
[Opteryx]: https://github.com/mabel-dev/opteryx
|
||||||
|
[JumpWire]: https://github.com/extragoodlabs/jumpwire
|
||||||
[Pratt Parser]: https://tdop.github.io/
|
[Pratt Parser]: https://tdop.github.io/
|
||||||
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
|
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
|
||||||
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075
|
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue