I'm trying to use Dexie/indexedDB in an Angular 2 app that runs over Electron, the databases I created + data inserted persist after I restart the application, but if I restart the computer then all the data is erased.
Is there anyway to persist the data on the disk so it is available even after a computer restart?
How can I get a copy of the indexedDb and persist it in a file using NodeJS and then reload it?, is it possible?