persistent indexeddb #6360
-
as we know browsers clear indexeddb of PWA if user clear data, or even app doesnt used for a while or maybe decide remove it for speed, my question does indexeddb srorage in tauri is dependable? EDIT: from reading electron doesn't remove data with leveldb adapter, I need data to be persistent coz I will make app for financial data and I don't want depend on sql plugin to make it portable |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It should be persistent, yes. At least as long as the user doesn't delete the app data on their disk themselves of course 😅 |
Beta Was this translation helpful? Give feedback.
-
What if user uninstall the old version app and install the new version?The indexeddb always there? |
Beta Was this translation helpful? Give feedback.
It should be persistent, yes. At least as long as the user doesn't delete the app data on their disk themselves of course 😅