tvl-depot/snippets/org-mode/transaction
2019-07-09 17:50:51 -04:00

7 lines
No EOL
81 B
Text

# -*- mode: snippet -*-
# name: transaction
# key: begin
# --
BEGIN;
$0
ROLLBACK;