You've already forked awesome-postgres
mirror of
https://github.com/dhamaniasad/awesome-postgres.git
synced 2025-11-26 23:24:11 +02:00
Update README.md
Add link to RPostgres package. This R library is DBI-compliant, and is a modern alternative to the RPostgreSQL package.
This commit is contained in:
committed by
Kaarel Moppel
parent
9d83e469ba
commit
e204eef5ef
@@ -245,7 +245,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)
|
||||
* R: [RPostgres](https://github.com/r-dbi/RPostgres), [RPostgreSQL](https://github.com/tomoakin/RPostgreSQL)
|
||||
* Ruby: [pg](https://github.com/ged/ruby-pg)
|
||||
* Rust: [rust-postgresql](https://github.com/sfackler/rust-postgres), [pgx](https://github.com/tcdi/pgx), [wtx](https://github.com/c410-f3r/wtx)
|
||||
* Lua: [luapgsql](https://github.com/arcapos/luapgsql)
|
||||
|
||||
Reference in New Issue
Block a user