litehelpers / Cordova-SQLitePlugin-legacy-iOS-broken-bug666

Cordova/PhoneGap SQLitePlugin for iOS as of September 2013, no longer supported - BROKEN due to BUG litehelpers/Cordova-sqlite-storage#666
89 stars 30 forks source link

Identify, list, and test with HTML5 SQL libraries #21

Open brodybits opened 12 years ago

brodybits commented 12 years ago

This plugin is already working well with Lawnchair. I just found http://html5sql.com/ which provides a simpler API to process batches of SQL statements. It would be interesting to list any other HTML5 SQL libraries that may be useful and test with the SQLitePlugin.

drzaiusx11 commented 11 years ago

jayData http://jaydata.org/ which supports WebSQL/SQLite as a backend should work with a few changes....I had it working with some past versions, but now it seems to crash... I'll dig a bit deeper