buhrmi / vue-pouch

Live and reactive PouchDB bindings for Vuejs
164 stars 20 forks source link

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

Open njt1982 opened 6 years ago

njt1982 commented 6 years ago

Is bulkDocs supported?

At the moment, I am doing:

this.$databases.items.bulkDocs(data);
martinhbramwell commented 6 years ago

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.