One of the difficulties with developing hybrid apps is passing data between views and persisting information between app sessions. Minimongo is an implementation of a MongoDB like database that can run within the browser. The database can be stored in memory, in IndexedDB (browser based storage), or persisted with SQLite using the Cordova plugin for…
The post DB Library For Working With Data In Hybrid Apps & PWA’s appeared first on iOS App Dev Libraries, Controls, Tutorials, Examples and Tools.