quick-multilevel
v1.0.0
Published
succinctly open a remote levelDB instance with network retry.
Downloads
1
Readme
quick-multilevel
succinctly open a remote levelDB instance over tcp with network retry.
const quickMulti = require('quick-multilevel')
var db = quickMulti('localhost:9000', 'testDB')
db.get(key, cb)
api
quickMulti(String target, [String label])
- target is 'host:port'.
- (optional) label for connection, if provided will log connection status.