Is there any way to store data into sqlite database with html 5 and angularjs for later upload?
1 Answer
You could abstract Lawnchair into an Angular service as a persistence layer. Lawnchair is just a simple JSON persistence using your browser's local storage mechanisms. It has pretty good browser support considering.