1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-27 23:32:48 +02:00

add zig binding (pg.zig)

This commit is contained in:
Karl Seguin
2023-12-05 09:18:16 +08:00
parent 1e56ef6fb2
commit dfc2cf5c5b

View File

@@ -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.