[Dry-Transaction] enqueue adapter

During my experimentation with Dry-Transaction in a PoC, I had a thought about how an enqueue step adapter could be implemented. However, upon searching, I couldn’t find any existing solutions.

So, I took the initiative to create one, which I’ve shared in the following Gist: Dry::Transaction/dry-tranasaction enqueue adapter · GitHub

I hope that this implementation will prove useful to someone else in their development efforts.