I am beginning to experiment with PouchDb and electron. I was successfully able to create an input that stores my data. I can then retrieve my data and display in my view.
I would like to know where my data is being stored. I tried deleting all my history including automatically and manually deleting my IndexedDb data from my browser but my data remains. I have also tried removing all LocalStorage from the browser. I am totally unaware of where my data is being stored if it is not being handled by the browser's IndexedDb. Any pointers??
Thanks!!!