Where is tinydb data stored on my phone?

I use tinydb for access control, but where is the data stored locally, say on my phone? What’s the difference between tinydb and web?

temporary = cache

If I get you clear, when you was storing data in TinyDB, you used tag also if you want to get that data again you should use the TinyDB get value with the same tag

Where is tinydb data stored on my phone?


If you’re referring to TinyDB Web, it works the same way, but the data will be saved on a web server.
As a result, if a user uninstalls the app, there won’t be any data loss.

I think I’ll migrate to this Tinydb web one.
Now, which link do I use to access the data? If it’s this one: http://tinywebdb.builder.makeroid.io, it gives this error:

I think the server is down.

On Kodular, I haven’t found much information about TinyDBWeb, but on App Inventor, for example, there are some limitations:

The best idea would be to host your own,
Here’s a guide from :raising_hands:Diego:raising_hands: