

MΛTHЄVS SILVΛ
@matheussilvasantos
psql runs and transactions
If you have this:
def run_psql_command(command)
system(command)
raise "Command failed: #{command}" unless $?.success?
end
You can't run...