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 1 months ago
databaseinterface
20.79 score 300 stars 2.8k dependents 19k scripts 551k 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.72 score 327 stars 1.1k dependents 8.0k scripts 129k downloadsodbc - Connect to ODBC Compatible Databases (using the DBI Interface)
A DBI-compatible interface to ODBC databases.
Last updated 7 days ago
databaseodbcunixodbccpp
16.10 score 393 stars 22 dependents 3.0k scripts 46k downloadsRPostgres - C++ Interface to PostgreSQL
Fully DBI-compliant C++-backed interface to PostgreSQL <https://www.postgresql.org/>, an open-source relational database.
Last updated 1 months ago
databasepostgrespostgresqlcpp
14.68 score 335 stars 29 dependents 1.6k scripts 29k 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 4 months ago
databasemysql
13.48 score 210 stars 14 dependents 3.7k scripts 63k downloadsbigrquery - An Interface to Google's 'BigQuery' 'API'
Easily talk to Google's 'BigQuery' database from R.
Last updated 3 months ago
bigquerydatabasecpp
12.35 score 521 stars 4 dependents 1.7k scripts 8.7k 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 1 months ago
databasemariadbmysqlcpp
12.29 score 132 stars 11 dependents 832 scripts 14k downloadsDBItest - Testing DBI Backends
A helper that tests DBI back ends for conformity to the interface.
Last updated 1 months ago
databasetesting
8.29 score 24 stars 11 scripts 6.8k 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 1 months ago
arrowdatabase
5.16 score 16 stars 1 scripts 282 downloadsdblog - Logging for DBI
Provides logging of DBI methods for arbitrary backends.
Last updated 1 months ago
databasedbilogging
3.88 score 9 stars 7 scripts