LocalStorage or SQLite Database?
问题 I'm currently developing a mobile application which uses AJAX request to get data from a server. To enable offline navigation in my application, I need to store all data collected. My application is quite powerful because there's a section where the user can see charts (powered by highcharts). I'm asking myself about the best solution to cache the data collected in the JSON format. Is it light or efficient enough to JSON.stringify the data array into local storage like: localStorage.setItem(