In this post, we have a closer look at Lovefield, a SQL database engine for the web. Written in JavaScript, the library works cross-browser and provides an easy to use SQL like API for web applications. Google develops Lovefield, and according to their documentation it is used in the products Inbox and Google Play Movies & TV. You find the source code of the library on GitHub: https://github.com/google/lovefield| golb.hplar.ch
When you create a website or web application, and you need to store information on the client because of performance reason, or because the site should work offline, you can choose between two built-in options: Web Storage and IndexedDB.| golb.hplar.ch