Cordova-Docu says:
WebSQL Not supported by all Cordova platforms. More complex to work with than LocalStorage or IndexedDB. The API is deprecated. It is unlikely to ever be supported on platforms that don't currently support it, and it may be removed from platforms that do. Imposes a rigid structure that must be defined up-front. Limited total amount of storage (typically around 5MB).
Id like to deploy an Angular2-Cordova-App with a SQL-like App on client-side. Can anyone recomend an alternative? Thanks a lot!