r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

Do you have any intention of adding the "upsert" function? #18

Open hyunyulhenry opened 2 years ago

hyunyulhenry commented 2 years ago

There is a package that provides the "upsert" function of sql, is there a plan to create the function in DBI package?

[dbx] package ↓ https://rdrr.io/cran/dbx/man/dbxUpsert.html

krlmlr commented 2 years ago

Thanks. Please use dbx, upsert is out of scope for DBI.