buhrmi / vue-pouch

Live and reactive PouchDB bindings for Vuejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

njt1982 opened this issue · comments

Is bulkDocs supported?

At the moment, I am doing:

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

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.