ropensci / nodbi

Document DBI connector for R
https://docs.ropensci.org/nodbi
Other
76 stars 6 forks source link

Update operations #12

Closed wolkym closed 6 years ago

wolkym commented 9 years ago

Is there update operation avaliable? e.g. I change one row in the data.frame after docdb_get and would like to insert difference?

sckott commented 9 years ago

No, we don't have updates, but we can work on that.

sckott commented 9 years ago

@cronacronis Okay, started this. Only with Couchdb for now. Try if you like. See examples at https://github.com/ropensci/nodbi/blob/master/R/update.R#L9-L17

I'll work on adding other DBs

sckott commented 6 years ago

works for couchdb for now, will open a new issue to fill out remainder