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