# File lib/mongo/uri.rb, line 310
    def database
      @database ? @database : Database::ADMIN
    end