Add GreptimeDB to the "Users" in README (#1788)

This commit is contained in:
LFC 2025-04-02 01:06:19 +08:00 committed by GitHub
parent 45420cedd6
commit 776b10afe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,8 @@ $ 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] and [CipherStash Proxy].
[Ballista], [GlueSQL], [Opteryx], [Polars], [PRQL], [Qrlew], [JumpWire], [ParadeDB], [CipherStash Proxy],
and [GreptimeDB].
If your project is using sqlparser-rs feel free to make a PR to add it
to this list.
@ -276,3 +277,4 @@ licensed as above, without any additional terms or conditions.
[`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
[GreptimeDB]: https://github.com/GreptimeTeam/greptimedb