@luvio/durable-store-idb
TypeScript icon, indicating that this package has built-in type declarations

0.154.20 • Public • Published

durable-store-idb

An implementation of the Luvio DurableStore based on IndexedDB.

Install

npm i @luvio/durable-store-idb

Usage

import { IndexedDbDurableStore } from '@luvio/durable-store-idb';

const durableStore = new IndexedDbDurableStore();

const luvio = new Luvio(
  makeDurable(new Environment(new InMemoryStore(), networkAdapter), {
    durableStore,
  })
);

Readme

Keywords

none

Package Sidebar

Install

npm i @luvio/durable-store-idb

Weekly Downloads

271

Version

0.154.20

License

MIT

Unpacked Size

13.1 kB

Total Files

6

Last publish

Collaborators

  • jrodriguezvelasco
  • erin.shaw
  • karthick-sh
  • dme722
  • scarrawaysf
  • kevinv11n
  • mikeburr
  • apapko
  • ethan.chan
  • ciaran.hannigan
  • lwc-admin