#' @name transactions
#' @usage NULL
dbBegin_MariaDBConnection <- function(conn, ...) {
connection_begin_transaction(conn@ptr)
invisible(TRUE)
}
#' @rdname transactions
#' @export
setMethod("dbBegin", "MariaDBConnection", dbBegin_MariaDBConnection)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.