google / lovefield

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.
https://google.github.io/lovefield/
Apache License 2.0
6.81k stars 366 forks source link

Do not require schema object to be created every time #64

Closed arthurhsu closed 9 years ago

arthurhsu commented 9 years ago

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.

freshp86 commented 9 years ago

Duplicate of https://github.com/google/lovefield/issues/58.