andrewosh/hyperbeedown
A Leveldown-compliant backend for Hyperbee
{ "createdAt": "2017-11-26T22:36:48Z", "defaultBranch": "master", "description": "A Leveldown-compliant backend for Hyperbee", "fullName": "andrewosh/hyperbeedown", "homepage": "", "language": "JavaScript", "name": "hyperbeedown", "pushedAt": "2020-09-03T23:04:03Z", "stargazersCount": 48, "topics": [], "updatedAt": "2025-11-08T18:01:16Z", "url": "https://github.com/andrewosh/hyperbeedown"}HyperbeeDown
Section titled “HyperbeeDown”A Leveldown for Hyperbee.
Installation
Section titled “Installation”npm i hyperbeedown --save
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
Section titled “License”[MIT]!(./LICENSE)