Storage database when not connected to the web

I built an app using tinydb (basic 2 column db) which just about worked. However I've vastly improved it by using Taifun's sqlite ext, which I would recommend people spend the time learning as it adds greatly to an apps potential. Also sqlite(relationship db) comes built in on an android phone so it's very easy to setup.

1 Like