-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin API is not the same as the HTML5 WebSQL API #11
Comments
Here is an info, Introducing Web SQL Databases http://html5doctor.com/introducing-web-sql-databases/ I think this is useful for us who is trying to use this plugin. I am going to use PhoneGap again because this plugin (I am using QuickConnect with Sqlite/Spatialite). |
Yes it would be nice if the db object returned by |
I just issued pull request #24 to propose a change to the API. I think it should wait for the Cordova version. |
Please take a look at https://github.com/chbrody/Cordova-SQLitePlugin/ I have made both an Android (DroidGap) version and made a number of API improvements. For example, instead of new SQLitePlugin() use sqlitePlugin.openDatabase() (both iOS and Android versions). There is a common Lawnchair adapter for both Android and iOS versions, along with a working Lawnchair test suite. I want to do some cleanups and then issue an official pull request. |
It could be great to have the same API, in order to be able to use the app in a WebKit navigator.
Waiting for that, I wrote an adapter :
The text was updated successfully, but these errors were encountered: