Handling large SQL Query results
Recently I encountered an odd problem while working on an app for the current book I’m writing. The app worked as-is, but I wanted to improve the startup performance by using a SQLite database rather than using an XHR to load a large JSON file.
»