{"library":"cordova-plugin-sqlite","type":"library","category":null,"description":"This package (v1.0.3) is a deprecated Cordova plugin that provides a native interface to SQLite for Android, iOS, Windows Universal (8.1), Amazon Fire-OS, and WP7/8. It offers an API similar to the HTML5 Web SQL API, with features like failure-safe nested transactions and batch processing. The plugin is no longer maintained: the README explicitly advises to use the litehelpers/Cordova-sqlite-storage plugin instead. Key differentiators at the time were drop-in replacement for HTML5 SQL API and cross-platform support. However, due to deprecation, it should not be used in new projects.","language":"javascript","status":"deprecated","version":"1.0.3","tags":["javascript","cordova","sqlite","ecosystem:cordova","cordova-android","cordova-amazon-fireos","cordova-ios","cordova-wp7","cordova-wp8"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cordova-plugin-sqlite","imports":["window.sqlitePlugin; // available after plugin installation","var db = sqlitePlugin.openDatabase({name: 'mydb.db', location: 'default'});","// Not directly imported; accessed via callback: tx.executeSql('SELECT ?', [val], function(tx, results) { results.rows.length; });"]},{"cmd":"yarn add cordova-plugin-sqlite","imports":[]},{"cmd":"pnpm add cordova-plugin-sqlite","imports":[]}],"homepage":"https://github.com/hypery2k/cordova-sqlite-plugin#readme","github":"https://github.com/hypery2k/cordova-sqlite-plugin","docs":null,"changelog":null,"pypi":null,"npm":"cordova-plugin-sqlite","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}