mibes / couch-rs

CouchDB library for Rust
Apache License 2.0
59 stars 17 forks source link

add bulk upsert feature #9

Closed Frando closed 3 years ago

Frando commented 3 years ago

This adds a bulk_upsert method. This will first fetch the latest rev for each document that does not have a rev set. It will then update the passed-in docs with that rev and insert all documents into the database.

mibes commented 3 years ago

Thanks Frando.

Merging this into "develop" to test this new feature.