AnysQL-Cordova-SQLite (v0.5.1) provides a Cordova SQLite implementation of the AnySQL API, enabling SQLite database access in Cordova/PhoneGap applications. It follows the AnySQL specification for portable SQL database operations. The package is mature but appears infrequently updated; it relies on the core anysql package and cordova-sqlite-storage. Key differentiator: allows using SQLite within Cordova via the AnySQL abstraction layer.
npm install anysql-cordova-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create an AnySQL instance with SQLite provider and perform CRUD operations.
Run 'cordova plugin add cordova-sqlite-storage' before using this package.
Consider using '@awesome-cordova-plugins/sqlite' or 'cordova-sqlite-storage' directly.
Wrap your code in document.addEventListener('deviceready', ...).Ensure the plugin is installed and check the 'location' option (e.g., 'default' or 'documents').
Wait for 'deviceready' event before creating AnySQL instance.