From 58a47df5b67ab0338eb3212f6efb242b3273faed Mon Sep 17 00:00:00 2001 From: Fahad Ullah Shah <99340455+fahadullahshah261@users.noreply.github.com> Date: Tue, 15 Sep 2026 14:14:49 +0500 Subject: [PATCH] Update README.md Added RisingWave to the users of sqlparser-rs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 775d074915..ef5663b27d 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname] ## Users This parser is currently being used by the [DataFusion] query engine, -[LocustDB], [Ballista], [GlueSQL], [Opteryx], [Polars], [PRQL], [Qrlew], -[JumpWire], [ParadeDB], [CipherStash Proxy], [Readyset] and [GreptimeDB]. +[Ballista], [CipherStash Proxy], [GlueSQL], [GreptimeDB], [JumpWire], [LocustDB], [Opteryx], [ParadeDB], [Polars], [PRQL], [Qrlew], [Readyset], and [RisingWave]. If your project is using sqlparser-rs feel free to make a PR to add it to this list. @@ -278,6 +277,7 @@ licensed as above, without any additional terms or conditions. [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 +[RisingWave]: https://github.com/risingwavelabs/risingwave [`Dialect`]: https://docs.rs/sqlparser/latest/sqlparser/dialect/trait.Dialect.html [`GenericDialect`]: https://docs.rs/sqlparser/latest/sqlparser/dialect/struct.GenericDialect.html [CipherStash Proxy]: https://github.com/cipherstash/proxy