cordova sqlite plugin

Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows Universal (8.1), Amazon Fire-OS, and ...

cordova sqlite plugin

Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows Universal (8.1), Amazon Fire-OS, and WP(7/8) with API ..., A rewrite/fork of the Cordova SQLite Plugin. In most cases, it should be a drop-in replacement. This plugin provides a WebSQL-compatible API ...

相關軟體 SQLite 資訊

SQLite
SQLite 是一個實現自包含,無服務器,零配置,事務 SQL 數據庫引擎的進程內庫。 SQLite 的代碼是在公共領域,因此可以用於任何目的,商業或私人。 SQLite 是世界上應用最廣泛的數據庫,比我們可以計數的應用程序還要多,其中包括幾個備受矚目的項目。選擇版本:SQLite 3.21.0(32 位)SQLite 3.20.1(64 位) SQLite 軟體介紹

cordova sqlite plugin 相關參考資料
Cordova Sqlite Storage Plugin | Monaca Docs

Cordova Sqlite Storage Plugin. This Cordova/PhoneGap plugin opens and uses sqlite databases on Android, iOS and Windows with HTML5/Web SQL API.

https://docs.monaca.io

cordova-plugin-sqlite - npm

Native interface to sqlite in a Cordova/PhoneGap plugin for Android, iOS, Windows Universal (8.1), Amazon Fire-OS, and WP(7/8) with API ...

https://www.npmjs.com

cordova-plugin-sqlite-2 - npm

A rewrite/fork of the Cordova SQLite Plugin. In most cases, it should be a drop-in replacement. This plugin provides a WebSQL-compatible API ...

https://www.npmjs.com

cordova-sqlite-plugin - npm

Cordova SQLite plugin with a straightforward low-level API.

https://www.npmjs.com

cordova-sqlite-storage - npm

Native interface to SQLite for PhoneGap/Cordova - cordova-sqlite-storage plugin version.

https://www.npmjs.com

nolanlawsoncordova-plugin-sqlite-2: Native SQLite database ... - GitHub

Native SQLite database API for Cordova/PhoneGap/Ionic, modeled after WebSQL - nolanlawson/cordova-plugin-sqlite-2.

https://github.com

Store data - Storage - Apache Cordova - The Apache Software ...

Several storage APIs are available for Cordova applications. ... in a structured database that can be queried using a standard SQL syntax (specifically, SQLite).

https://cordova.apache.org

xpbrewcordova-sqlite-storage: A CordovaPhoneGap plugin ... - GitHub

A Cordova/PhoneGap plugin to open and use sqlite databases on Android, iOS and Windows with HTML5/Web SQL API - xpbrew/cordova-sqlite-storage.

https://github.com

[Cordova] 於Cordova中使用裝置的SQLite資料庫| maduka的技術日記 ...

下面就針對Cordova對於SQLite的使用作一個簡單的說明. 1.在Cordova安裝SQLite的Plugin套件. 在Visual Studio中,開啟Cordova專案,並 ...

https://dotblogs.com.tw

使用Cordova-SQLite-Storage外掛存取手機內部資料- 爆肝工程師的備忘錄

在APP的開發中,儲存資料的方式大概有二種,第一種是使用外部的資料庫,第二種就是把資料存在手機的裝置內;在Cordova中,要將資料儲存在 ...

http://www.bggcs.com