1.0.1 • Published 8 years ago
level-live v1.0.1
level-live
Simple, light and correct LevelDB live read stream implementation.
Usage
const stream = new Live(db, { gt: 'prefix' })
stream.on('data', ({ type, key, value }) => {
// ...
})Installation
$ npm install level-liveAPI
stream = new Live(db, opts)
opts can be a levelup style range object with any of those options:
gtgteltltestartend
License
MIT