level-write-stream

1.0.0 • Public • Published

level-write-stream

A writeStream implementation for leveldb

Example

This implements the writeStream logic for a levelup interface.

Just pass it a db with put and batch method and it will do the rest!

var LevelWriteStream = require("level-write-stream")
 
var db = someleveldb()
 
var writeStream = LevelWriteStream(db)
 
var stream = writeStream(options)
 
stream.write({
    key: key
    , value: value
})

Installation

npm install level-write-stream

Contributors

  • Raynos

MIT Licenced

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    98,228
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    98,228
  • 0.1.1
    8
  • 0.1.0
    1

Package Sidebar

Install

npm i level-write-stream

Weekly Downloads

33,801

Version

1.0.0

License

none

Last publish

Collaborators

  • raynos