# File lib/sqlite3/database.rb, line 510
    def commit
      execute "commit transaction"
      true
    end