Because you can leverage the hierarchical structure of the Filesystem with functions to move data to other folders. I can just dump an object with an uuid filename to a folder and load all files of a folder at startup. I can easily inspect the content while debugging.
It's fast and the code is
Easy to read.
For instance for job objects I can move them to a different folder where it gets picked up by a scheduler independently if the app got closed.
Comments
Do you use it?
It's fast and the code is
For instance for job objects I can move them to a different folder where it gets picked up by a scheduler independently if the app got closed.
https://pub.dev/packages/loon
Before I use such a package I would go for ObjectBox or sqlite