stores
    Preparing search index...

    Module datastore-idb

    A Datastore implementation for browsers that stores data in IndexedDB.

    import { IDBDatastore } from 'datastore-idb'

    const store = new IDBDatastore('path/to/store')

    Classes

    IDBDatastore

    Interfaces

    IDBDatastoreInit