Provides pre-built native SQLite binaries and JavaScript libraries required by cordova-sqlite-storage. Contains SQLite 3.40.0 amalgamation for iOS/macOS/Windows, SQLite 3.22.3 compiled to asm.js for browser, and Android NDK libraries (min API 24) with specific compile flags (THREADSAFE, FTS3/4, RTREE, page size 4096). Used internally by cordova-sqlite-storage plugin. Active maintenance, version 5.0.0.
npm install cordova-sqlite-storage-dependenciesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows that this package is internal and how to actually use cordova-sqlite-storage.
Do not add this package manually. Use cordova plugin add cordova-sqlite-storage instead.
Ensure your Android project minSdkVersion is at least 24, or upgrade to a newer version of the plugin if available.
Be aware that resultSet.rows.item(i) may not return column type metadata. Use explicit column names if needed.
Test your SQL queries thoroughly in browser platform. Consider using a newer version of the plugin if available.
Do not rely on disabled SQLite features. Use only supported SQL syntax and functionality.
Instead, add the cordova-sqlite-storage plugin: cordova plugin add cordova-sqlite-storage
Update your android:minSdkVersion to 24 or later, or use a different SQLite plugin that supports older devices.
No dependency data recorded yet.