Skip to content

Commit 038ef98

Browse files
authored
Add Ballista to the README as a user of this crate (#262)
1 parent 118a345 commit 038ef98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ SQL that conforms with the [ANSI/ISO SQL standard][sql-standard] while also
1111
making it easy to support custom dialects so that this crate can be used as a
1212
foundation for vendor-specific parsers.
1313

14-
This parser is currently being used by the [DataFusion] query engine and
15-
[LocustDB].
14+
This parser is currently being used by the [DataFusion] query engine,
15+
[LocustDB], and [Ballista].
1616

1717
## Example
1818

@@ -126,6 +126,7 @@ resources.
126126
[current issues]: https://github.com/ballista-compute/sqlparser-rs/issues
127127
[DataFusion]: https://github.com/apache/arrow/tree/master/rust/datafusion
128128
[LocustDB]: https://github.com/cswinter/LocustDB
129+
[Ballista]: https://github.com/ballista-compute/ballista
129130
[Pratt Parser]: https://tdop.github.io/
130131
[sql-2016-grammar]: https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
131132
[sql-standard]: https://en.wikipedia.org/wiki/ISO/IEC_9075

0 commit comments

Comments
 (0)