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 6 hours ago
databaseinterface
20.92 score 298 stars 2.8k packages 19k scripts 737k 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 6 hours ago
databasesqlite3
18.83 score 327 stars 1.1k packages 8.3k scripts 148k downloadsodbc - Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases.
Last updated 11 days ago
databaseodbc
16.36 score 392 stars 22 packages 3.1k scripts 75k downloadsRPostgres - C++ Interface to PostgreSQL
Fully DBI-compliant C++-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.
Last updated 11 days ago
databasepostgrespostgresql
14.66 score 334 stars 28 packages 1.5k scripts 33k 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.75 score 208 stars 13 packages 4.0k scripts 71k downloadsbigrquery - An Interface to Google's 'BigQuery' 'API'
Easily talk to Google's 'BigQuery' database from R.
Last updated 1 months ago
bigquerydatabase
12.58 score 516 stars 4 packages 1.8k scripts 12k 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 6 hours ago
databasemariadb
12.20 score 132 stars 11 packages 736 scripts 15k downloadsDBItest - Testing DBI Backends
A helper that tests DBI back ends for conformity to the interface.
Last updated 6 hours ago
databasetesting
8.24 score 24 stars 11 scripts 5.7k 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 5 months ago
arrowdatabase
5.32 score 15 stars 1 scripts 253 downloadsdblog - Logging for DBI
Provides logging of DBI methods for arbitrary backends.
Last updated 6 hours ago
databasedbilogging
3.80 score 9 stars 7 scripts