Updating a CouchDB document in nano

Viewed 5188

I need to get a document, change/insert/delete some fields and put it back.

The "put" action requires the current revision of the document, but in nano I cannot find any function which takes a revision as a parameter and inserts the document back into the database.

How can I do this with nano?

1 Answers
Related