js-datastore-core
Wrapping implementations for interface-datastore.
Lead Maintainer
Alex Potsides
Table of Contents
Implementations
Install
$ npm install datastore-core
Usage
Wrapping Stores
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()})
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
License
MIT