Tag: data persistence

  • Lovefield: A JavaScript Relational Database (100 days of Google Dev)

    Arthur Hsu introduces Lovefield. Lovefield is an open-source relational database written in JavaScript and can run within browsers. It is fast, safe, easy to use, and supports Chrome, Firefox, Internet Explorer (version 10 and later), and Safari (version 5.1 and later). Lovefield provides SQL-like APIs that are easy to learn and use, without the risk…