wow this is really useful. i wonder why not put it as a build in b4x object and not use a b4xlib for it. its like a simplified sqlite db as a simple list. like it!
1. I'm happy you like it
2. Technically it needs to be a b4xlib as it is implemented in B4X. The "core" libraries are implemented in Java / Objective C. The difference is a matter of checking the library in the libraries list. There is (almost) nothing special about the core libraries. And you can even add it to the project template and it will be checked automatically when you create a new project.