This addon provides utilities to work with IndexedDB based on Dexie. It provides:

  • A service to configure the database & migrations/upgrades
  • A service to interact with the database
  • An ember-data adapter for IndexedDB
  • Test helpers 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.

Installation

ember install ember-indexeddb

Changelog

Changelog can be found here

Looking for help?

If it is a bug please open an issue on GitHub.