RPostgres
Database client
An R interface to PostgreSQL database
A DBI-compliant interface to PostgreSQL
335 stars
25 watching
79 forks
Language: R
last commit: about 1 month 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 | 300 |
tomoakin/rpostgresql | A C library that provides an R interface to PostgreSQL | 64 |
r-dbi/rmariadb | An interface to connect R with MariaDB database | 132 |
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 | 329 |
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 89 |
ged/ruby-pg | A PostgreSQL client library for Ruby that provides a straightforward interface to interact with PostgreSQL databases. | 804 |
cidree/rpostgis | Provides an interface to access and manipulate spatial data in PostgreSQL databases from R. | 78 |
tiledb-inc/tiledb-r | Provides an interface to the modern database TileDB from R. | 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. | 610 |
gmr/queries | A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling. | 255 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,325 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |