Description:
|
Once we add adapters for WebSQL and IndexedDB, we will need a fallback strategy.
DataManager has a predefined priority list of adapters If a User chooses IndexedDB( just as an example ), and that support is not there, it will then traverse this list to find the next available adapter.
A "Base" adapter will also be added to help DRY out the other adapters as well as providing API symmetry
|