-------------------------------------------------------------------------------
|
DojoX Stores (data)
|
-------------------------------------------------------------------------------
|
Version 1.11
|
Release date: 01/03/2016
|
-------------------------------------------------------------------------------
|
Project state: beta
|
-------------------------------------------------------------------------------
|
[ ] l18n support?
|
[ ] a11y support?
|
-------------------------------------------------------------------------------
|
Credits
|
LocalDB, priority, transaction: Kris Zyp (kris@sitepen.com)
|
OData: Paul Bouchon
|
DynamoDB: Colin Snover, Jason Cheatham, Nick Nisi
|
-------------------------------------------------------------------------------
|
Project description
|
|
DojoX Stores is intended to serve as a place where experimental stores based
|
on the dojo.store APIs can live. The following stores are available (as of 1.10):
|
* LocalDB - This store provides access to local database functionality in
|
the browser, adapting to WebSQL or IndexedDB. In the db folder you will find
|
the specific implementations (which can be used directly)
|
* OData - This store provides access per the OData spec
|
* DynamoDB - This store provides access per the DynamoDB spec
|
* priority - This is a store for prioritizing requests
|
* transaction - This is a store that implements transaction support
|
|
-------------------------------------------------------------------------------
|
Dependencies:
|
|
Dojo
|
Intern 3 and Node.js (for testing)
|
|
-------------------------------------------------------------------------------
|
Documentation
|
|
Inline
|
-------------------------------------------------------------------------------
|