Have someone any suggestions or thoughts about API to call document update handlers on CouchDB side? Currently it's a little harder to implement such functionality for Database object due to there is already exists update function which is used for documents bulk operations. How this conflict could be resolved?
I could vote for this!(: However, backward compatibility should be saved and seems no way to make soft and easy rename. I like `update_doc` name because it would be placed right after `update`one in documentation reference and code completion tool tip, so developer would be forced to notice new function and read about their difference.
Should I write patch or you will finish this design functions trio?(:
It would be nice if the update conflicts of a document is handled..
Or leave it to the developer?