Closed Frando closed 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.
bulk_upsert
Thanks Frando.
Merging this into "develop" to test this new feature.
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.