dbSendMultiUpdate {SQLove}R Documentation

Run multiple SQL query actions within the DB environment.

Description

Requires a DBI workflow that creates a connection with a relational database per DBI: https://dbi.r-dbi.org/. This function is an extension of the RJDBC::dbSendUpdate function.

Usage

dbSendMultiUpdate(connection, sql_file_path)

Arguments

connection

A database connection object

sql_file_path

Character vector pointing to SQL script

Value

No object returned - for production automation


[Package SQLove version 0.0.4 Index]