I have added 2 TINY DBs in 1 screen. I want list view 1 to show the content saved in tiny DB 2 only. How do I do that?
- Remove one of the TinyDBs. You do not need it. All tinyDBs in an app use the same database.
- Use namespaces instead
- Set your namespace each time you want to access the data in that namespace
2 Likes
You do not, but in any case I cannot see you saving any tags to your "tinyDB2" ? With that call you will be getting back all the tags for tinyDB1. They are both the same database. Use namespaces to separate the tags into two areas.
1 Like
how do i set a different namespace?
You should find everything you need here:
You should also learn how to search the community - use the magnifying glass icon at the top right and enter your search term/s
1 Like