Cordova sqlite ext dependencies is a distribution package (v5.0.0) that bundles SQLite 3.40.0 amalgamation and precompiled JAR libraries for Android, plus source files for iOS/macOS/Windows used by the cordova-sqlite-ext plugin. It includes extensions: FTS3-5, RTREE, JSON1, REGEXP (via sqlite3-regexp-cached), base64 encoding, and libb64-core. Designed specifically for cordova-sqlite-ext builds, it provides a minimal, public-domain dependency set with custom compile flags (e.g., THREADSAFE=1, OMIT_LOAD_EXTENSION). No separate npm release cadence; version matches SQLite and library updates.
npm install cordova-sqlite-ext-depsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Illustrates how this package is indirectly used via cordova-sqlite-ext plugin, not imported directly.
Use cordova-sqlite-ext directly as a Cordova plugin instead.
Set minSdkVersion to 24 or higher in config.xml or build.gradle.
Check for missing functions; recompile with desired flags if needed.
Migrate to a more actively maintained plugin if needed.
This package is not a JS module; install cordova-sqlite-ext plugin instead.
Ensure your build includes all required ABIs; check plugin installation logs.
Update Android Gradle Plugin to at least 3.6.0 and ensure minSdk 24.
No dependency data recorded yet.