RPostgres
Database client
An R interface to PostgreSQL database
A DBI-compliant interface to PostgreSQL
334 stars
25 watching
79 forks
Language: R
last commit: 6 days ago
Linked from 1 awesome list
databasepostgrespostgresqlr
Related projects:
Repository | Description | Stars |
---|---|---|
r-dbi/dbi | Provides an interface for R to interact with various relational databases | 298 |
tomoakin/rpostgresql | A C library that provides an R interface to PostgreSQL | 64 |
r-dbi/rmariadb | An interface to connect R with MariaDB database | 130 |
r-dbi/odbc | A C++ library providing a DBI-compliant interface to ODBC databases | 392 |
r-dbi/rsqlite | An R interface to a lightweight, self-contained, and transactional SQL database engine | 327 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
cidree/rpostgis | Provides an interface between R and PostgreSQL databases to transfer spatial data | 78 |
tiledb-inc/tiledb-r | An R interface to the TileDB modern database | 103 |
perlredis/perl-redis | A Perl binding for Redis database | 108 |
pszturmaj/ddb | A D programming language client library for interacting with PostgreSQL databases. | 39 |
denodrivers/postgres | A PostgreSQL driver for Deno that simplifies interaction with the database. | 607 |
gmr/queries | A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling. | 256 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |