R/sqlite_upsert.R
sqlite_upsert.Rd
sqlite_upsert
sqlite_upsert(table = "jobs", data, con = tessiflow$db)
string, right now only jobs is valid
jobs
data.frame of data to update, rows will be matched on flow_name, job_name, and start_time
database connection
invisibly