add rust binding pgx

This commit is contained in:
Bo Lu 2023-01-11 17:07:27 +11:00 committed by GitHub
parent ce8816b146
commit 9cf7224657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)*