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:

