From dfc2cf5c5bb8cc2c0210cae30bf577ecea78e498 Mon Sep 17 00:00:00 2001 From: Karl Seguin Date: Tue, 5 Dec 2023 09:18:16 +0800 Subject: [PATCH] add zig binding (pg.zig) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54e1ebb..8e62e25 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * Ruby: [pg](https://github.com/ged/ruby-pg) * Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres), [pgx](https://github.com/tcdi/pgx) * Lua: [luapgsql](https://github.com/arcapos/luapgsql) +* Zig: [pg.zig](https://github.com/karlseguin/pg.zig) ### PaaS *(PostgreSQL as a Service)* * [Aiven PostgreSQL](https://aiven.io/postgresql) - PostgreSQL as a service in AWS, Azure, DigitalOcean, Google Cloud and UpCloud; plans range from $19/month single node instances to large highly-available setups, free trial for two weeks.