Lovefield
Lovefield is a relational database for web apps
Lovefield is a relational database for web applications implemented in JavaScript, offering a SQL-like query builder that runs entirely in the browser. It provides a typed schema system, indices, and a declarative API that compiles to efficient execution plans over IndexedDB (and other storage backends where available). Queries support joins, aggregations, ordering, pagination, and predicates, enabling complex client-side data operations with transactional semantics.