Perhaps define two new generics: dbCreateTable() and dbInsert(). The latter could support additional options, as suggested in https://github.com/rstats-db/DBI/issues/68#issuecomment-171771354. dbWriteTable() would simply call those two new generics. CC @beanumber
Perhaps define two new generics: dbCreateTable() and dbInsert(). The latter could support additional options, as suggested in #68 (comment).
dbWriteTable() would simply call those two new generics.
CC @beanumber