
- How to install sqlite in phonegap full#
- How to install sqlite in phonegap windows 10#
- How to install sqlite in phonegap for android#
INCORRECT error code (0) and INCONSISTENT error message (missing actual error info) in error callbacks ref: litehelpers/Cordova-sqlite-storage#539. Issue with UNICODE \u0000 character (same as \0).
Windows version (using a customized version of the performant doo / SQLite3-WinRT C++ component) has the following known limitations: For reference: cordova/cordova-discuss#32 (comment) Android version should be used to deploy to Fire-OS 5.0(+) devices. Pre-populated database (Android/iOS/macOS/Windows)Īmazon Fire-OS is dropped due to lack of support by Cordova.SELECT BLOB data in Base64 format (all platforms Android/iOS/macOS/Windows).The following features are available in litehelpers / cordova-sqlite-ext: WP8, Windows 8.1, and Windows Phone 8.1 support is available in: litehelpers / Cordova-sqlite-legacy-build-support Windows 8.1 and Windows Phone 8.1 are no longer supported by this version. optional: built-in Android database classes (usage described below).
default: lightweight Android-sqlite-connector. This version supports the use of two (2) possible Android sqlite database implementations: The iOS database location is now mandatory, as documented below. The supported solution is to use litehelpers / Cordova-sqlite-evcore-extbuild-free (available with GPL or commercial license options) or litehelpers / Cordova-sqlite-legacy-build-support (limited testing, limited updates) Use of other systems such as Cordova Plugman, PhoneGap CLI, PhoneGap Build, and Intel XDK is no longer supported since they do not honor the before_plugin_install hook. In addition it is required to use cordova prepare in case of cordova-ios older than 4.3.0 (Cordova CLI 6.4.0). Cordova versions older than 6.0.0 are missing the security fixes. SQLITE_DEFAULT_PAGE_SIZE=1024 and SQLITE_DEFAULT_CACHE_SIZE=2000 to avoid "potentially distruptive change(s)" from SQLite 3.12.0 ref: Ī recent version of the Cordova CLI (such as 6.4.0) is recommended. SQLite version 3.15.2 included with the following build settings: This version uses a before_plugin_install hook to install sqlite3 library dependencies from cordova-sqlite-storage-dependencies via npm. NOT supported by PhoneGap Developer App or PhoneGap Desktop App See the Sample section for a sample with a more detailed explanation. executeSql ( 'SELECT count(*) AS mycount FROM DemoTable', , function ( rs ) ) Help with application code such as debugging, optimization, etc.įixed cost contract assignments are preferred.ĭb. Services available for this project include: Brody aka Chris Brody) is available for part-time contract assignments. The primary author and maintainer (Christopher J. Limited time offer: free commercial license available for litehelpers / Cordova-sqlite-evcore-extbuild-free with Android NDK performance/memory enhancements - see litehelpers/Cordova-sqlite-evcore-extbuild-free#17 for details. This is the common version which supports the most widely used features and serves as the basis for the other versions. How to install sqlite in phonegap full#
License for iOS/macOS version: MIT only Android Circle-CI ( full suite)
How to install sqlite in phonegap for android#
License for Android and Windows versions: MIT or Apache 2.0
How to install sqlite in phonegap windows 10#
Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, macOS, and Windows 10 (UWP), with API similar to HTML5/ Web SQL API.