# File lib/mongo/database.rb, line 103
    def [](collection_name, options = {})
      Collection.new(self, collection_name, options)
    end