schardtbc/DBIExt: Extentsion for DBI; new Generics

A DBI Extention Package toExplore useful new generics. Speciffically to introduce dbUpdateTable. dbUpdateTable implements a generally applicable method to update selected columns of a database table by values in a data-frame. The data-frame is written to a temporary table in the database and the update is performed using an UPDATE table, inner join. This join method generally very fast. Using R to prepare the date for updating into the table is also very paowerful.

Getting started

Package details

AuthorBruce Curtis Schardt
MaintainerBruce Curtis Schardt <schardt.bruce.curtis@gmail.com>
LicenseMIT
Version0.1.0
URL http://github.com/schardtbc/DBIExt
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("schardtbc/DBIExt")
schardtbc/DBIExt documentation built on June 7, 2019, 2:39 p.m.