mydea / ember-indexeddb

Utilities & adapter to work with IndexedDB in ember & ember-data
https://mydea.github.io/ember-indexeddb/docs/
MIT License
17 stars 5 forks source link
dexie ember ember-addon ember-cli ember-cli-addon ember-data ember-indexeddb indexeddb

ember-indexeddb

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

Test & Lint Ember Observer Score npm version

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.

Documentation

The documentation shows how to setup & use ember-indexeddb.

View Documentation

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.

Compatibility