If you need relational storage for your Cordova-based app, SQLite provides a lightweight and feature-rich database. I will walk you through the steps to use SQLite with Telerik's Icenium IDE and build a demo Shopping List app that will select, insert, update, and delete records from a local database on the device.
First, add the SQLite plugin in Icenium. Double-click your "Properties" folder, select the Plugins tab and check the "SQLite" plugin. This will add the Plugins folder and SQLite scripts within that folder.
Database and Table Setup
Before you can use your SQLite database and tables, you need to ...