Skip to content

Commit 72b35f2

Browse files
author
Alexander Beedie
committed
Note that polars also uses sqlparser-rs
1 parent aa4f395 commit 72b35f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,12 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname]
114114

115115
## Users
116116

117-
This parser is currently being used by the [DataFusion] query engine,
118-
[LocustDB], [Ballista], [GlueSQL], [Opteryx], [PRQL], [Qrlew], [JumpWire], and [ParadeDB].
117+
This parser is currently being used by the [DataFusion] query engine, [LocustDB],
118+
[Ballista], [GlueSQL], [Opteryx], [Polars], [PRQL], [Qrlew], [JumpWire], and [ParadeDB].
119119

120120
If your project is using sqlparser-rs feel free to make a PR to add it
121121
to this list.
122122

123-
124123
## Design
125124

126125
The core expression parser uses the [Pratt Parser] design, which is a top-down
@@ -210,6 +209,7 @@ licensed as above, without any additional terms or conditions.
210209
[Ballista]: https://github.com/apache/arrow-ballista
211210
[GlueSQL]: https://github.com/gluesql/gluesql
212211
[Opteryx]: https://github.com/mabel-dev/opteryx
212+
[Polars]: https://pola.rs/
213213
[PRQL]: https://github.com/PRQL/prql
214214
[Qrlew]: https://github.com/Qrlew/qrlew
215215
[JumpWire]: https://github.com/extragoodlabs/jumpwire

0 commit comments

Comments
 (0)