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