vue-pouch icon indicating copy to clipboard operation
vue-pouch copied to clipboard

Support for local DB populated by bulk creating from a JSON file?

Open njt1982 opened this issue 6 years ago • 1 comments

Is bulkDocs supported?

At the moment, I am doing:

this.$databases.items.bulkDocs(data);

njt1982 avatar May 11 '18 23:05 njt1982

I don't know if this is any help but ... syncing to a CouchDB somewhere is super easy.

I do bulkDocs on a remote CouchDB and see it pulled into PouchDB automagically.

martinhbramwell avatar Jul 29 '18 19:07 martinhbramwell