Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
/ js-datastore-core Public archive

Contains various implementations of the API contract described in interface-datastore

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ipfs/js-datastore-core

Repository files navigation

js-datastore-core

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

Wrapping implmentations for interface-datastore.

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

Contains various implementations of the API contract described in interface-datastore

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 19