Skip to content

zcstarr/js-datastore-core

 
 

Repository files navigation

js-datastore-core

standard-readme compliant Build Status Circle CI Coverage Status Dependency Status js-standard-style

Wrapping implementations for interface-datastore.

Lead Maintainer

Pedro Teixeira

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

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT 2017 © IPFS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%