Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hyperbeedown

andrewosh7MIT2.0.1

A levelDOWN-compliant backend for Hyperbee

leveldown, hyperdb, hyperarray, hyperbtree

readme

HyperbeeDown

Build Status

A Leveldown for Hyperbee.

Installation

npm i hyperbeedown --save

Usage

const core = hypercore(ram)
const tree = new Hyperbee(core)
const down = new HyperbeeDown(tree)
const db = levelup(down)

await db.put('hello', 'world')
console.log(await db.get('hello'))

License

MIT