How do you keep data in TinyDB to survive an uninstall/reinstall of the app?

Hi everyone i want to save some text detailes in tinyDB and after delete and install again app i don't want that details to delete is this option avilable for tinyDB?

not possible.
the tinydb data will be removed when uninstall app.
you may try to store the data to tinywebdb.

see this note

to be on the safe side store these data in a text file and load it on first run of the app to store it in a list and the list in TinyDB

Taifun

1 Like