Cordova plugin dependency package providing SQLite amalgamation and NDK library for building evcore-ext SQLite plugins. Version 0.12.1 is current, released as needed. Contains SQLite 3.40.0 with extensions (regexp, base64) and a prebuilt JAR with custom compile flags (THREADSAFE=1, OMIT_DEPRECATED, FTS3/4/5, RTREE, JSON1). Licensed under GPL v3 or commercial. Differentiator: provides free evcore-ext SQLite dependencies for Cordova, avoiding full SQLite source build.
npm install cordova-sqlite-evcore-free-dependenciesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add the dependency plugin to a Cordova project and build for Android.
Ensure cordova-sqlite-evcore-free-dependencies is added as a plugin dependency in the main plugin's plugin.xml.
Purchase commercial license from author or use alternative SQLite plugin with MIT/Apache license.
Review compile flags (e.g., OMIT_DEPRECATED, THREADSAFE=1) and test thoroughly.
Ensure Xcode (iOS) or Visual Studio (Windows) are installed for platform builds.
Use 'cordova plugin add cordova-sqlite-evcore-free-dependencies' instead of npm install.
Verify that node_modules/cordova-sqlite-evcore-free-dependencies/src/android/sqlc-evcore-ndk-driver.jar exists and is referenced correctly.
No dependency data recorded yet.