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