• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

DataStore-Introduction

Page history last edited by Charles Jolley 14 years, 7 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.