Abstract: SQLite, one of the most popular light-weighted database system, has been widely used in various systems. However, the compact design of SQLite did not make enough consideration on user data ...
A rewrite/fork of the Cordova SQLite Plugin. In most cases, it should be a drop-in replacement. This plugin provides a WebSQL-compatible API to store data in a Cordova/PhoneGap/Ionic app, by using a ...
The SQLiteMap class provides a Map implementation that is backed by an SQLite database. It can employ an "in-memory" database as well as a local database file. Compared to Java's standard HashMap ...