mock-couch
mock-couch copied to clipboard
Bulk attachment upload support
I need to fill CouchDB mock database with documents with attachments
Is there possible to upload attachment in batch mode?
Have methods addDB and addDoc support?
If not: have you plan/time to implement this feature?
Alternative: Is there possible to use couch-push with together with mock-couch?
Sorry, been busy. But yes, I will implement something about it. I hope in the next week I will have time to add some commits to handle that.
Work still in progress?
I am gonna study the approach in https://github.com/jo/couchdb-push , and try to implement it with Mock-Couch.