Utility that can be used to sync data against a connection.
db_upsert_table(tbl, df, con = con_bib())
invisibly TRUE on success
not all backend drivers support overwrite and append, therefore param overwrite for dbWriteTable (see docs) is not used
if (FALSE) { # \dontrun{
if(interactive()){
db_upsert_table("divisions", abm_divisions(), con = con_bib(type = "mssql"))
}
} # }