(remembering that `@Transactional` depends on an e...
# arrow
p
(remembering that
@Transactional
depends on an exception being thrown to rollback the transaction, which does not happen because I wrap the exception on
Left
)
r
Hi Pedro, you may be able to do something similar to what https://gist.github.com/nomisRev/b6aced8ce552ae718791e187ebd6cdd4 does with sqldelight if you have programatic access to the transaction apis in micronaut (never used it so not sure how it works)
p
Hi Raul, Yeah, I checked this code snippet recently, I'll give a try on how to integrate that with micronaut-data
r
if you get it working would love to see what it ends up looking like :)
👍 1