indexeddb - Where is my data? Using PouchDb and Electron...nowhere to be found -


i beginning experiment pouchdb , electron. able create input stores data. can retrieve data , display in view.

i know data being stored. tried deleting history including automatically , manually deleting indexeddb data browser data remains. have tried removing localstorage browser. totally unaware of data being stored if not being handled browser's indexeddb. pointers??

thanks!!!

this varies adapter adapter. if use leveldb adapter (recommended electron), can specify filepath if using in node.

if use indexeddb or websql, though, in lot of places. chrome, though, did hunt down, answer helps out: https://stackoverflow.com/a/36341491/680742. in case of electron, might in ~/library/application support, can't quite recall. luck!


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -