Nested Records in Sproutcore
January 24th, 2010
On the project that I am working on, we created this construct called Nested Records. I have just ported it over to the Sproutcore framework. It is extremely useful for data models that use a nested structure. These include most document based database systems like CouchDB and Persevere. These databases and subsequent APIs sometimes need [...]