cordova-sqlite-plugin

JSON →
library 3.1.1 ·javascript
verified Jun 7, 2026

A Cordova SQLite plugin providing a straightforward low-level API for SQLite database operations in Cordova apps. Version 3.1.1 is the latest stable release, maintained by the community with infrequent updates. It avoids the WebSQL API and offers a simple callback-based interface for open, query, close, and delete operations. Key differentiators include direct access to native SQLite code from cordova-sqlite-storage, no WebSQL overhead, and lightweight footprint.