Connection.prototype.create = function(collection, options, cb) {
  this.collections[collection].insert(options, cb);
};