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')
A Datastore implementation with a file system backend.
Example