Adding link to RPostgreSQL

make it in order
This commit is contained in:
Kang Tu 2020-07-12 12:02:10 -07:00
parent ccd4a3595a
commit 446f22068b

View File

@ -197,6 +197,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* Perl: [DBD-Pg](https://metacpan.org/pod/distribution/DBD-Pg/Pg.pm)
* PHP: [Pomm](http://www.pomm-project.org), [pecl/pq](https://github.com/m6w6/ext-pq)
* 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)
* Lua: [luapgsql](https://github.com/arcapos/luapgsql)