From 9cf7224657371c2b750c4ddff73dafde4ffe2938 Mon Sep 17 00:00:00 2001 From: Bo Lu Date: Wed, 11 Jan 2023 17:07:27 +1100 Subject: [PATCH] add rust binding pgx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8d03a..9366803 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * Python: [psycopg2](https://pypi.org/project/psycopg2/), [asyncpg](https://pypi.org/project/asyncpg/) * R: [RPostgreSQL](https://github.com/tomoakin/RPostgreSQL) * Ruby: [pg](https://github.com/ged/ruby-pg) -* Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres) +* Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres), [pgx](https://github.com/tcdi/pgx) * Lua: [luapgsql](https://github.com/arcapos/luapgsql) ### PaaS *(PostgreSQL as a Service)*