level-content-addressable-store

0.0.0 • Public • Published

level-content-addressable-store

the same api as content-addressable-store except implemented on top of leveldb.

var lcas = reqpuire('level-content-addressable-store')
var level = require('level')
var contentdb = lcas(level(path))
 
contentdb.add(data, function (err, hash) {
  if(err) throw err
  console.error('added', hash)
})

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i level-content-addressable-store

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • nopersonsmodules