pouch-vue
pouch-vue copied to clipboard
Pouchdb bindings for Vue.js
Instead of telling me that I am the server admin, getSession returns “missing user”, which is somehow confusing. Maybe just return something like admin=true instead of querying user:admin(which may fail)...
This does not work. Error: _Uncaught (in promise) Error: unknown operator "0" - should be one of $eq, $lte, $lt, $gt, $gte, $exists, $ne, $in, $nin, $size, $mod, $regex, $elemMatch,...
Mixing the first Example with the "Reactive & Live Selectors (Mango Queries)", `self.peopleInOtherDatabase` is always `[]` `self.todos` is filled as it should. Are there any other requirements? is `.sync( ...todos...
Is there any known solution to get vue-pouch running in a woker? Or could [this](https://github.com/trik/worker-pouch) work / how could this be integrated?
This is somewhat unique - PouchDB explains how to access the attachments (getAttachment / get), but this does not make a Vue list yet. An example might be helpful, as...
The current examples are fine, but talking to two other friends of mine, they seem to have the same problem: how to build a todo app, where the editing is...
Is there any chance the library will be compatible with Vue 3 composition API?