diff --git a/README.md b/README.md index 775d07491..ef5663b27 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