hi when i call tinydb1 clear all it also clear tages of tinydb2???
It is because in your app TinyDB1 and TinyDB2 might be using same Namespace.
Solution: On Screen Initiliase, set separate Namespace for both TinyDB components.
Example:
Doing so would isolate both components from each other and any modification would independent.
1 Like
thank u very much