From 5546b332493decdf9220d3c1f5a5301bb64601bd Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 6 May 2025 12:18:54 -0400 Subject: [PATCH] Update README.md - add Sqawk to users list Add the Sqawk project to the users section. We are an extensive user of sqlparser! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6acfbcef7..dd15ac7e8 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ $ cargo run --features json_example --example cli FILENAME.sql [--dialectname] This parser is currently being used by the [DataFusion] query engine, [LocustDB], [Ballista], [GlueSQL], [Opteryx], [Polars], [PRQL], [Qrlew], [JumpWire], [ParadeDB], [CipherStash Proxy], -and [GreptimeDB]. +[Sqawk](https://github.com/jgarzik/sqawk) and [GreptimeDB]. If your project is using sqlparser-rs feel free to make a PR to add it to this list.