level-remove-notfound
In case you don't want level.get(key) to return an error in case key doesn't exist.
Example
var level = assert = get = db; db = get; db;
API
get(db, key, [levelUpOptions], cb)
Get a value in db
without receiving notFoundError
in case that value doesn't exist.
get.install(db)
db#get(key, [levelUpOptions], cb)
Install level-remove-notfound
onto the db
.
Installation
With npm do:
npm install level-remove-notfound
License
MIT