Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
Today we force the user to create schema object every time (either through SPAC or the schema builder). This part of code can be big in size especially when the user has many tables. Lovefield should be able to serialize the schema into persistent store and retrieve the schema from there.
Today we force the user to create schema object every time (either through SPAC or the schema builder). This part of code can be big in size especially when the user has many tables. Lovefield should be able to serialize the schema into persistent store and retrieve the schema from there.