level-version
level-version copied to clipboard
Create automatically versioned data inside leveldb.
Hi Does level-version work with browserify? I can get most of the browserify things going with level but level-version throws a babelify error
This should probably be implemented as levelup's `gte`/`lte`/`limit` options instead. ``` js var filter = through({objectMode: true}, function (record, encoding, cb) { if (typeof record != "object") { if (options.keys)...
Based on how certain features work, my assumption is that this library will be slower than pure level. It would be handy to know how much slower and have a...
There is a slight drift between the way level and level-version behave in some commands because it doesn't always sniff all options. e.g. https://github.com/brycebaril/level-version/blob/master/index.js#L90 This one is likely just a...