Merge pull request #342 from burmecia/master

Add Rust binding pgx
This commit is contained in:
Asad Dhamani 2023-03-19 13:34:00 +05:30 committed by GitHub
commit d097de3a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,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)*