# File lib/do_postgres/transaction.rb, line 8 def begin cmd = "BEGIN" connection.create_command(cmd).execute_non_query end