⚠️ This package is deprecated. Instead, use datastore-level in Node.js, and datastore-idb in browsers.
datastore-level
datastore-idb
A Datastore implementation with a file system backend.
import { FsDatastore } from 'datastore-fs'const store = new FsDatastore('path/to/store') Copy
import { FsDatastore } from 'datastore-fs'const store = new FsDatastore('path/to/store')
⚠️ This package is deprecated. Instead, use
datastore-level
in Node.js, anddatastore-idb
in browsers.A Datastore implementation with a file system backend.
Example