2.0.0 • Published 3 years ago

ember-indexeddb v2.0.0

Weekly downloads
539
License
MIT
Repository
github
Last release
3 years ago

ember-indexeddb

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

Test & Lint Ember Observer Score npm version

It provides:

  • A service to configure the database & migrations/upgrades
  • A service to interact with the database
  • An ember-data adapter for IndexedDB

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

  • Ember.js v3.13 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above
3.0.0-beta.1

3 years ago

3.0.0-beta.0

4 years ago

2.0.0

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago