An offline, relational store of nuts for BB.
Insprited by Backbone-Relational.
- Store JSON request results between sessions.
- Cut down on server requests by re-using data between sessions.
- Cut down on server requests by only seeking changes in data.
- Reliably control relations between data via SQL-type relationships.
- Mimic rails style ActiveRecord callbacks.
- Provide an intuitive front-end data-store that compliments an SQL backend.
- Storage service agnostic (webSQL, LocalStorage, IndexedDB) via adaptors.
- Sync data between object store and backend to seemlessly transition from online to offline.
- Tested.