Hey guys,

during F2F we have been discussing deprecation of WebSQL DataManager in AeroGear.js,

because its "rival", IndexedDB, is already supported in all browsers (WebSQL isn't).

http://caniuse.com/#search=indexeddb
http://caniuse.com/#search=websql

I suggest we make IndexedDB adapter Stable and supported and Deprecate WebSQL.

Actually both are Experimental in 1.5.2, so there is no reason for deprecation.

We can also leave it around as long as it does not diverge from other DataManagers.


What are your feelings?


Cheers,

~ Lukas