chris-l / mock-couch

A node.js module designed to mock a CouchDB server, mostly for unit testing purposes.
http://chris-l.github.io/mock-couch/
67 stars 44 forks source link

Bulk attachment upload support #9

Open hellboy81 opened 9 years ago

hellboy81 commented 9 years ago

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?

chris-l commented 9 years ago

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.

hellboy81 commented 9 years ago

Work still in progress?

bolacha commented 8 years ago

I am gonna study the approach in https://github.com/jo/couchdb-push , and try to implement it with Mock-Couch.