# File lib/rbatis.rb, line 89
    def do_execute(sql)
      connection.update(sql)
    end