benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Put doc without delete exists #156

Closed saa closed 7 years ago

saa commented 7 years ago

Hello. How can I put doc with same id without delete exists doc?

saa commented 7 years ago

Found solution. Get doc, update doc and put again.