Registry / database / cordova-sqlite-ext-deps-appery

cordova-sqlite-ext-deps-appery

JSON →
library4.0.0jsnpmunverified

This package provides pre-built native dependencies for Cordova SQLite plugins, specifically for building cordova-sqlite-ext. Version 4.0.0 bundles SQLite 3.32.3 amalgamation with FTS3/4/5, RTREE, JSON1, and base64/regexp extensions. It includes JAR libraries for Android and source for iOS/macOS/Windows. Released as part of the cordova-sqlite-ext ecosystem, it is updated infrequently. Compared to alternatives like cordova-sqlite-storage, this package offers extended SQLite features but is specifically tied to the cordova-sqlite-ext plugin.

npm install cordova-sqlite-ext-deps-appery
INSTALL
IMPORT
SIG · CORDOVA-SQLITE-EXT
C
cordova-sqlite-ext-deps-appery
databasejavascriptv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cordova-sqlite-ext-deps-appery
No import; used as a Cordova plugin dependency.
Do not import directly.
This package is a dependency for Cordova plugin builds, not for application code.
SQLite3 amalgamation
Referenced via plugin build scripts.
Do not use require('cordova-sqlite-ext-deps-appery').
The amalgamation is included for building native code.

Demonstrates that this package is not imported directly; it is used as a Cordova plugin native dependency.

// This package is not used directly in app code. // It is a dependency for building cordova-sqlite-ext. // To use, add cordova-sqlite-ext to your Cordova project: // cordova plugin add cordova-sqlite-ext // Then use the SQLite plugin API: // const db = window.sqlitePlugin.openDatabase({name: 'test.db', location: 'default'}); // db.executeSql('SELECT 1', [], (rs) => console.log(rs));
Debug
Known issues
gotchaThis package is specific to cordova-sqlite-ext and contains pre-built binaries that may not be up-to-date with latest SQLite releases.
fix
Check for newer versions of cordova-sqlite-ext which may bundle updated dependencies.
affects: >=4.0.0
breakingJAR libraries are built with SQLITE_THREADSAFE=1 and other specific compile flags; using these libs with inconsistent flags may cause undefined behavior.
fix
Only use this package as intended for cordova-sqlite-ext builds.
affects: >=0.0.0
deprecatedSQLite 3.32.3 is outdated; newer versions fix security vulnerabilities.
fix
Consider using a more recent SQLite amalgamation or alternative plugin.
affects: >=4.0.0
Errors
Common errors & fixes
Error: Cannot find module 'cordova-sqlite-ext-deps-appery'
Attempting to import this package directly in app code.
fix
Do not require or import this package; it is a native dependency for Cordova plugin builds.
Upgrade
Version history
4.0.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
OpenAI (training)
1
Resources
cordova-sqlite-ext-deps-appery — npm install cordova-sqlite-ext-deps-appery · libregistry