This addon provides utilities to work with IndexedDB based on Dexie.
It provides:
This set of utilities makes it possible to query data from an API, put it into IndexedDB, and work with a local database for full offline capabilities.
The documentation shows how to setup & use ember-indexeddb.
For an example implementation, look at the example route in the dummy app. See the example configuration of the indexed-db-configuration service there as well.