DBI - R Database Interface
A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
Last updated 8 days ago
databaseinterface
20.87 score 302 stars 2.9k dependents 19k scripts 727k downloadsRSQLite - SQLite Interface for R
Embeds the SQLite database engine in R and provides an interface compliant with the DBI package. The source for the SQLite engine and for various extensions in a recent version is included. System libraries will never be consulted because this package relies on static linking for the plugins it includes; this also ensures a consistent experience across all installations.
Last updated 1 months ago
databasesqlite3cpp
18.76 score 331 stars 1.1k dependents 8.1k scripts 152k downloads
odbc - Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases.
Last updated 22 days ago
databaseodbcunixodbccpp
16.22 score 396 stars 22 dependents 2.9k scripts 58k downloadsRPostgres - C++ Interface to PostgreSQL
Fully DBI-compliant C++-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.
Last updated 29 days ago
databasepostgrespostgresqlcpp
14.78 score 338 stars 31 dependents 1.6k scripts 35k downloadsRMySQL - Database Interface and 'MySQL' Driver for R
Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available from the 'RMariaDB' package.
Last updated 2 months ago
databasemysql
13.68 score 209 stars 15 dependents 3.7k scripts 69k downloadsbigrquery - An Interface to Google's 'BigQuery' 'API'
Easily talk to Google's 'BigQuery' database from R.
Last updated 30 days ago
bigquerydatabasecpp
12.47 score 520 stars 4 dependents 1.8k scripts 14k downloadsRMariaDB - Database Interface and MariaDB Driver
Implements a DBI-compliant interface to MariaDB (<https://mariadb.org/>) and MySQL (<https://www.mysql.com/>) databases.
Last updated 29 days ago
databasemariadbmysqlcpp
12.36 score 134 stars 11 dependents 792 scripts 20k downloadsDBItest - Testing DBI Backends
A helper that tests DBI back ends for conformity to the interface.
Last updated 9 days ago
databasetesting
8.21 score 24 stars 11 scripts 5.9k downloadsadbi - 'DBI' Compliant Database Access Using 'ADBC'
In order to make Arrow Database Connectivity ('ADBC' <https://arrow.apache.org/adbc/>) accessible from R, an interface compliant with the 'DBI' package is provided, using driver back-ends that are implemented in the 'adbcdrivermanager' framework. This enables interacting with database systems using the Arrow data format, thereby offering an efficient alternative to 'ODBC' for analytical applications.
Last updated 4 months ago
arrowdatabase
5.01 score 17 stars 1 scripts 393 downloadsdblog - Logging for DBI
Provides logging of DBI methods for arbitrary backends.
Last updated 4 months ago
databasedbilogging
3.83 score 9 stars 7 scripts