Other packages > Find by keyword >

RMariaDB  

Database Interface and MariaDB Driver
View on CRAN: Click here


Download and install RMariaDB package within the R console
Install from CRAN:
install.packages("RMariaDB")

Install from Github:
library("remotes")
install_github("cran/RMariaDB")

Install by package version:
library("remotes")
install_version("RMariaDB", "1.3.4")



Attach the package and use:
library("RMariaDB")
Maintained by
Kirill Müller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-10-04
Latest Update: 2025-02-24
Description:
Implements a DBI-compliant interface to MariaDB () and MySQL () databases.
How to cite:
Kirill Müller (2017). RMariaDB: Database Interface and MariaDB Driver. R package version 1.3.4, https://cran.r-project.org/web/packages/RMariaDB. Accessed 04 Aug. 2026.
Previous versions and publish date:
(2026-07-09 08:19), 1.0-2 (2017-10-04 10:39), 1.0-4 (2017-12-11 23:55), 1.0.5 (2018-04-03 09:46), 1.0.6 (2018-05-06 22:21), 1.0.7 (2019-12-02 22:50), 1.0.8 (2019-12-18 01:00), 1.0.9 (2020-07-03 19:00), 1.0.10 (2020-08-27 13:40), 1.0.11 (2020-12-16 07:40), 1.1.0 (2021-01-07 08:01), 1.1.1 (2021-04-13 09:20), 1.1.2 (2021-09-06 08:20), 1.2.0 (2021-12-12 13:20), 1.2.1 (2021-12-20 06:10), 1.2.2 (2022-06-19 05:40), 1.3.0 (2023-10-09 10:50), 1.3.1 (2023-10-26 22:30), 1.3.2 (2024-05-27 12:20), 1.3.3 (2024-11-18 07:10), 1.3.4 (2025-02-24 19:50)
Other packages that cited RMariaDB R package
View RMariaDB citation profile
Other R packages that RMariaDB depends, imports, suggests or enhances
Complete documentation for RMariaDB
Functions, R codes and Examples using the RMariaDB R package
Some associated functions: Client-flags . MariaDBConnection-class . MariaDBDriver-class . MariaDBResult-class . RMariaDB-package . dbConnect-MariaDBDriver-method . dbDataType . mariadb-quoting . mariadb-tables . mariadbClientLibraryVersions . mariadbHasDefault . query . reexports . result-meta . transactions . 
Some associated R codes: MariaDBConnection.R . MariaDBDriver.R . MariaDBResult.R . RMariaDB-package.R . RcppExports.R . coerce.R . compatRowNames.R . connect.R . dbAppendTable_MariaDBConnection.R . dbBegin_MariaDBConnection.R . dbBind_MariaDBResult.R . dbClearResult_MariaDBResult.R . dbColumnInfo_MariaDBResult.R . dbCommit_MariaDBConnection.R . dbConnect_MariaDBDriver.R . dbDataType_MariaDBConnection.R . dbDataType_MariaDBDriver.R . dbDisconnect_MariaDBConnection.R . dbExistsTable_MariaDBConnection_character.R . dbFetch_MariaDBResult.R . dbGetInfo_MariaDBConnection.R . dbGetInfo_MariaDBDriver.R . dbGetRowCount_MariaDBResult.R . dbGetRowsAffected_MariaDBResult.R . dbGetStatement_MariaDBResult.R . dbHasCompleted_MariaDBResult.R . dbIsValid_MariaDBConnection.R . dbIsValid_MariaDBDriver.R . dbIsValid_MariaDBResult.R . dbListObjects_MariaDBConnection_ANY.R . dbListTables_MariaDBConnection.R . dbQuoteIdentifier_MariaDBConnection_Id.R . dbQuoteIdentifier_MariaDBConnection_SQL.R . dbQuoteIdentifier_MariaDBConnection_character.R . dbQuoteLiteral_MariaDBConnection.R . dbQuoteString_MariaDBConnection_SQL.R . dbQuoteString_MariaDBConnection_character.R . dbReadTable_MariaDBConnection_character.R . dbRemoveTable_MariaDBConnection_character.R . dbRollback_MariaDBConnection.R . dbSendQuery_MariaDBConnection_character.R . dbSendStatement_MariaDBConnection_character.R . dbUnloadDriver_MariaDBDriver.R . dbUnquoteIdentifier_MariaDBConnection_SQL.R . dbWriteTable_MariaDBConnection_character_character.R . dbWriteTable_MariaDBConnection_character_data.frame.R . default.R . export.R . names.R . query.R . quote.R . show_MariaDBConnection.R . sqlData_MariaDBConnection.R . table.R . transaction.R . utils.R . zzz.R .  Full RMariaDB package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

rCMA  
R-to-Java Interface for 'CMA-ES'
Tool for providing access to the Java version 'CMAEvolutionStrategy' of Nikolaus Hansen. 'CMA-ES' i ...
Download / Learn more Package Citations See dependency  
ggconf  
Simpler Appearance Modification of "ggplot2"
A flexible interface for ggplot2theme potentially saving 50 of your typing. ...
Download / Learn more Package Citations See dependency  
epigraphdb  
Interface Package for the 'EpiGraphDB' Platform
The interface package to access data from the 'EpiGraphDB' platform. It p ...
Download / Learn more Package Citations See dependency  
Maintainer: Yi Liu (view profile)
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
GLMMadaptive  
Generalized Linear Mixed Models using Adaptive Gaussian Quadrature
Fits generalized linear mixed models for a single grouping factor under maximum likelihood approxim ...
Download / Learn more Package Citations See dependency  
sValues  
Measures of Sturdiness of Regression Coefficients
Implements the s-values proposed by Ed. Leamer. It provides a context-minimal approach for sensitivi ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA