A Datastore implementation for browsers that stores data in IndexedDB.
import { IDBDatastore } from 'datastore-idb'const store = new IDBDatastore('path/to/store') Copy
import { IDBDatastore } from 'datastore-idb'const store = new IDBDatastore('path/to/store')
A Datastore implementation for browsers that stores data in IndexedDB.
Example