I've asked in Custom connection to Postgres why I have to decorate calls to pg with @Transaction. Would be nice to access the client from a HandlerContext when I'm doing things a @Transaction cant handle, where a stored procedure is overkill, and where I'd like to do more such as starting a workflow (the response from signup is needed, while the email can be sent in the background)
From jansommer on Discord: