# File lib/moped/database.rb, line 27
    def [](collection)
      Collection.new(self, collection)
    end