# File lib/dragonfly/data_storage/couch_data_store.rb, line 54
      def db
        @db ||= begin
          url = "http://#{auth}#{host}:#{port}"
          CouchRest.new(url).database!(database)
        end
      end