Skip to content

Instantly share code, notes, and snippets.

@igrishaev
Created January 9, 2024 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igrishaev/1050a5cfe03f8f3c3ca49734ae3053e1 to your computer and use it in GitHub Desktop.
Save igrishaev/1050a5cfe03f8f3c3ca49734ae3053e1 to your computer and use it in GitHub Desktop.
(try
(let [result# (do ~@body)]
~(if rollback?
`(.rollback ~bind)
`(.commit ~bind))
result#)
(catch Throwable e#
(.rollback ~bind)
(throw e#)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment