Skip to content

A wrapper class over the non-easy api of the Indexeddb to make it like the LocaStorage api

License

Notifications You must be signed in to change notification settings

msynk/IndexedDBStorage

Repository files navigation

IndexedDBStorage

A wrapper class over the non-easy api of the Indexeddb to make it like the LocalStorage api

Usage

import "@saleh_kebria/idbstorage";

await indexedDb.setItem('myKey', 'myValue');

const value = await indexedDb.getItem('myKey');

Installation

$ npm i @saleh_kebria/idbstorage

About

A wrapper class over the non-easy api of the Indexeddb to make it like the LocaStorage api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published