Wrapping implmentations for interface-datastore.
- Wrapper Implementations
- Mount:
src/mount
- Keytransform:
src/keytransform
- Sharding:
src/sharding
- Tiered:
src/tiered
- Namespace:
src/tiered
- Mount:
$ npm install datastore-core
const MemoryStore = require('interface-datastore').MemoryDatastore
const MountStore = require('datastore-core').MountDatastore
const Key = require('interface-datastore').Key
const store = new MountStore({prefix: new Key('/a'), datastore: new MemoryStore()})
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT 2017 © IPFS