Get max value from tinyDB?

Here is a filter to give you a list with only numbers:


2 Likes

Thank you so much, it helped me. Can I use 2 TinyDB in a app?

You can use multiple TinyDBs in the app.
If the NameSpace of the TinyDBs is the same, it will be the same TinyDB, example:
TinyDB1, NameSpace=TinyDB1
TinyDB2, NameSpace=TinyDB1 are the same TinyDB.

If they had different NameSpace they would be different.

1 Like