{"library":"lovefield","type":"library","category":null,"description":"Lovefield is a relational database written entirely in JavaScript, designed for web applications. It provides a SQL-like query API, leveraging IndexedDB for persistent storage in the browser environment. Developed by Google, the package reached its last published version, 2.1.12, in February 2017. While the GitHub repository saw minor updates until January 2023, active feature development and official maintenance appear to have ceased significantly earlier, around 2015-2017, as indicated by project videos and publishing dates. Lovefield offers cross-browser compatibility (supporting older versions of Chrome, Firefox, IE, and Safari) but explicitly does not support Node.js due to its reliance on IndexedDB. Its key differentiators were bringing a relational model and SQL-like syntax to client-side data management before more modern alternatives emerged, offering atomic transactions and a query optimizer.","language":"javascript","status":"abandoned","version":"2.1.12","tags":["javascript","lovefield"],"install":[{"cmd":"npm install lovefield","imports":["<!-- In HTML -->\n<script src=\"path/to/lovefield.min.js\"></script>\n<script>\n  const schemaBuilder = lf.schema.create('my_db', 1);\n  // ... rest of your code using lf\n</script>","const schemaBuilder = lf.schema.create('my_db', 1);","addColumn('id', lf.Type.INTEGER);"]},{"cmd":"yarn add lovefield","imports":[]},{"cmd":"pnpm add lovefield","imports":[]}],"homepage":null,"github":"https://github.com/google/lovefield","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lovefield","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lovefield/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}