# File lib/database_cleaner/base.rb, line 64
    def orm=(desired_orm)
      @orm = desired_orm.to_sym
    end