mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Add Ballista to the README as a user of this crate (#262)
This commit is contained in:
parent
118a345790
commit
038ef985a7
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue