{"library":"cordova-sqlite-legacy","type":"library","category":null,"description":"Native interface to SQLite for PhoneGap/Cordova applications on Android, iOS, macOS, and Windows platforms. Version 3.0.0 is a legacy branch with limited extra features such as REGEXP (Android/iOS/macOS), BASE64, and pre-populated databases. Maintenance is very limited. Key differentiator: supports legacy Windows 8.1/Phone 8.1. Uses a non-standard Android-sqlite-connector, leading to a known multiple SQLite problem risk. Recommended to set androidDatabaseImplementation: 2 to use the built-in Android SQLite (API level 11+) to avoid data corruption.","language":"javascript","status":"maintenance","version":"3.0.0","tags":["javascript","sqlite","ecosystem:cordova","cordova-android","cordova-ios","cordova-osx","cordova-windows"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cordova-sqlite-legacy","imports":["window.sqlitePlugin.openDatabase({name: 'demo.db', location: 'default'})","window.sqlitePlugin.openDatabase({name: 'my.db', androidDatabaseImplementation: 2})","db.transaction(function(tx) { tx.executeSql('SELECT 1', [], function(tx, rs) {}); })"]},{"cmd":"yarn add cordova-sqlite-legacy","imports":[]},{"cmd":"pnpm add cordova-sqlite-legacy","imports":[]}],"homepage":"https://github.com/litehelpers/cordova-sqlite-legacy","github":"https://github.com/litehelpers/cordova-sqlite-legacy","docs":null,"changelog":null,"pypi":null,"npm":"cordova-sqlite-legacy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}