Database.prototype.list = function () {
  var args = [].slice.call(arguments);
  return this.nano.list.apply(this.nano, args);
};