Git Product home page Git Product logo

cordova-plugin-websql's Introduction

npm version

WebSQL plugin for Apache Cordova (Windows Phone)

Enables WebSQL functionality on top of a SQLite library. This repo is based on the WebSQL plugin of MSOpenTech. This plugin however supports async execution of sql where the WebSQL plugin of MSOpenTech is completely sync.

Supported Platforms

This plugin only supports the windows platform, since most other platforms (ios, android, etc.) already support WebSQL natively.

You can also combine this plugin with the asynchronous IndexedDB plugin. Together, they enable IndexedDB support for the ios, android, windows, and browser platforms.

Installation

Install via the Cordova CLI.

For Cordova CLI 4.x, use the GIT URL syntax:

cordova plugin add https://github.com/Thinkwise/cordova-plugin-websql.git

For Cordova CLI 5.x, use the new npm syntax:

cordova plugin add cordova-plugin-websql-async

Or just install the asynchronous IndexedDB plugin, which automatically installs this plugin as a dependency.

Build

The Windows and Windows Phone should be built separately. Note that the extra dashes are needed because of a bug in Apache Cordova.

cordova build windows --archs="x86 arm" -- --phone
cordova build windows -- --win

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.