Complex async/control flow question - kysely transactions
I'm at a loss as to how I would accomplish the following. I want to pass the transaction object from Kysely to an effect as described by the comments below. Made a bit tricky due to the combination of a promise AND callback API style. Any help would be greatly appreciated!
