Cordova SQLite Ext

JSON →
library 7.0.0 ·javascript maintenance
verified Jun 7, 2026

Cordova SQLite Ext (v7.0.0) provides a native SQLite interface for Cordova/PhoneGap apps with extra features like BASE64, REGEXP, and pre-populated databases. It supports Android, iOS, macOS, and Windows 10 (UWP). Based on the HTML5 Web SQL API, it addresses the multiple SQLite corruption issue and has breaking changes in upcoming major releases. Compared to the core cordova-sqlite-storage plugin, this version adds REGEXP and BASE64 support. The plugin uses a before_plugin_install hook to fetch dependencies from npm. MIT licensed with Apache 2.0 option on Android/Windows. Not heavily maintained; consider alternatives for new projects.