Open
Description
Hey 👋 ,
dry-operation is simply great. Thank you.
I would need the possibility to pass the opts to the transaction:
I.e.
def call
transaction(savepoint: true, auto_savepoint: true) do
step create_record
step failure
end
end
What do you think? Is there a reason why they are not yet available? It is possible with the sequel extension.
Thanks!