Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ hokan Public archive

Dojo Store API Compliant Persistent Local Storage

License

Notifications You must be signed in to change notification settings

kitsonk/hokan

Repository files navigation

hokan

hokan is a package of AMD modules that provide tools to work with persistent local storage. In particular it provides a Dojo Store API interface to persistent local storage.

compliant

Requirements

The modules provided here should work with Dojo Core 1.8 or later.

License

This code is licensed under the "New" BSD License.

Installation

hokan can be installed via cpm, volo or npm, or simply downloaded.

Via cpm:

$ cpm install hokan

Via volo:

$ volo add kitsonk/hokan

Via npm:

$ npm install hokan

Modules

Please refer to the documentation for each of the modules for specifics of their usage:

  • LocalStorage - A Dojo Store API interface to DOM Storage's localStorage
  • IndexedDB - A Dojo Store API interface to IndexedDB
  • idbQueryEngine - A Dojo Store API query engine that supports querying IndexedDB cursors
  • util - Utility functions for hokan

Testing

Unit tests require the D.O.H. installed and are located in the tests path.

About

Dojo Store API Compliant Persistent Local Storage

Resources

License

Stars

Watchers

Forks

Packages

No packages published