MariaDBDriver-class | R Documentation |
An MariaDB driver implementing the R database (DBI) API.
This class should always be initialized with the MariaDB()
function.
It returns a singleton that allows you to connect to MariaDB.
## S4 method for signature 'MariaDBDriver'
dbGetInfo(dbObj, ...)
## S4 method for signature 'MariaDBDriver'
dbIsValid(dbObj, ...)
## S4 method for signature 'MariaDBDriver'
dbUnloadDriver(drv, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.