View
 

DataStore-Introduction

Page history last edited by Charles Jolley 15 years, 9 months ago

The DataStore Framework helps you manage structured data.  You will often use it to build some or all of the model layer in your application.  It provides many of the same features found Object-Relational Mapping (ORM) tools such as in CoreData, ActiveRecord, or DataMapper in about 50K of JavaScript.

 

This programming guide will tell you everything you need to know about using the DataStore framework in your SproutCore application including how to import data from your server, work with local storage, and how to model data.

 

Who Should Read This Guide

 

You should read this guide if you plan to use the SproutCore DataStore API to store and manage data objects in your application.

 

Outline

 

 

 

Comments (0)

You don't have permission to comment on this page.