web sql - What is the preferred method of migrating from WebSQL to indexedDB? -


i have completed phonegap app runs on android currently, db written using websql.

i've been tasked porting app windows phone - app falls apart due not supporting websql.

is there quick conversion/shim script available stop me having trawl through code , change each db referencing line?

you use indexeddb polyfil wraps websql in indexeddb.

while isn't 100% perfect solution you'd have migrate indexeddb better solution in long run since websql spec has been discontinued , going forward browsers move indexeddb.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -