# File lib/database_cleaner/configuration.rb, line 51
    def start
      self.connections.each { |connection| connection.start }
    end