couchdb-commonjs
couchdb-commonjs copied to clipboard
Missing batch-update functionality
Calling db.saveDoc() on an Array saves each element individually, but there doesn't seem to be a way to update a list of pre-existing elements (unless I'm missing something).