Cordova SQLite Storage Plugin
JSON →Native SQLite storage plugin for Cordova/PhoneGap providing a Web SQL API-compatible interface for Android, iOS, browser, and deprecated desktop platforms (macOS, Windows 10 UWP). Version 7.0.0 is the latest stable release, maintained by xpbrew/storesafe. Key differentiators: uses native SQLite on mobile for performance and reliability; browser fallback uses sql.js (an in-memory SQLite compiled to JavaScript) with limited persistence. Compared to alternatives like cordova-sqlite-ext, the core plugin lacks BASE64, REGEXP, and pre-populated database features. Known issues include multiple SQLite corruption problems and upcoming breaking changes (error code always 0, location parameter deprecation). License: MIT (Apache 2.0 on Android/Windows).