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
MIT Licenced
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.0 | 51,274 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.0 | 51,274 | |
0.1.1 | 14 | |
0.1.0 | 3 | |
Package Sidebar
Install
Weekly Downloads