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 = var db = var writeStream = var stream = stream
Installation
npm install level-write-stream
Contributors
- Raynos