Add Ballista to the README as a user of this crate (#262)

This commit is contained in:
Andy Grove 2020-08-27 11:42:34 -06:00 committed by GitHub
parent 118a345790
commit 038ef985a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ SQL that conforms with the [ANSI/ISO SQL standard][sql-standard] while also
making it easy to support custom dialects so that this crate can be used as a
foundation for vendor-specific parsers.
This parser is currently being used by the [DataFusion] query engine and
[LocustDB].
This parser is currently being used by the [DataFusion] query engine,
[LocustDB], and [Ballista].
## Example
@ -126,6 +126,7 @@ resources.
[current issues]: https://github.com/ballista-compute/sqlparser-rs/issues
[DataFusion]: https://github.com/apache/arrow/tree/master/rust/datafusion
[LocustDB]: https://github.com/cswinter/LocustDB
[Ballista]: https://github.com/ballista-compute/ballista
[Pratt Parser]: https://tdop.github.io/
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075