Hangar.prototype.get = function(key, callback) {
  callback = callback || _noop;
  this.db.get(key, callback);
};