Back

transact (clj)

(source)

function

(transact transactable f) (transact transactable f opts)
Given a transactable object and a function (taking a `Connection`), execute the function over the connection in a transactional manner. See `with-transaction` for supported options.

Examples