# File lib/mongo/mongo_client.rb, line 347
    def [](db_name)
      DB.new(db_name, self)
    end