Skip to content

andrewosh/hyperbeedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Leveldown-compliant backend for Hyperbee

Resources

License

Stars

Watchers

Forks

Packages

No packages published