ezidbkv
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

ezidbkv

(easy indexeddb key-value)

Super basic indexeddb key-value store.

Usage:

import { IDBKV } from "ezidbkv";

const store = new IDBKV<string, string>("my-db-name", "optional-store-name");

await store.set("key", "value");

Readme

Keywords

none

Package Sidebar

Install

npm i ezidbkv

Weekly Downloads

98

Version

1.2.0

License

MIT

Unpacked Size

17.6 kB

Total Files

6

Last publish

Collaborators

  • alistaiir