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

Pouchdb bindings for Vue.js

Results 17 pouch-vue issues
Sort by recently updated
recently updated
newest added

Now that this is dead, what do you recommend as an alternative?

Ho can you encrypt / decrypt data before and after saving using pouch-vue? Thanks

I am encountering strange lint errors when I try to use pouch-vue with the quasar framework. All works fine when I use the development mode of Quasar, even 'yarn lint'...

How can I query a view reactively inside my page? Do I use the database key or the selector? Was not successfull trying either until now. My view: ``` {...

NB: The existing code works even though it semantically could be updated (variables names). NB: The existing code does not follow the complete pouchdb API (optional second param)

Hi. I've been spending a day finding the source of a memory leak I have in my SPA. I've been able to link it to pouch-vue and adding/removing COMPONENTS from...

help wanted

Hey I'm trying to get paggination metadata so I do not need to query again for the total number of results just do display usefull pagination information. I see that...

bug
question

I've been comparing the use of pouchdb-live-find vs pouchdb-find to update the selector results when a new event is emitted by the changes feed. When you get to larger pouch...

enhancement

It would be wonderful, to have a few lines in the readme, about "OPTIONAL db" - is stored in $databases **(be aware: URL is the key, if using login and...

I initialize app like this: ``` import Vue from 'vue' import App from './App.vue' import router from './router' import './registerServiceWorker' import PouchVue from 'pouch-vue'; import PouchFind from 'pouchdb-find' import PouchLiveFind...

bug
duplicate