What about this API for snapshots
db#snapshot()Create a new snapshot.
snapshot#get(key, value[, opts])Read a single value from a snapshot.
snapshot#create{Read,Key,Value}StreamRead multiple values from a snapshot.
snapshot#dispose()Delete the snapshot.
Maybe also:
snapshot#{del,createWriteStream,...}Just forwarded to db#*
For a consistend read stream this would be:
var snapshot() = db.snapshot(); snapshot.createReadStream() .pipe(...) .on('close', shapshot.dispose.bind(snapshot));
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4