Implementing Distributed Transactions with Effect for DB and External Systems
Has someone implemented distributed systems transactions using Effect ? I have certain code where I would call my db and then also update another external systems such as Sanity CMS as part of a single operation. Anyway I can use Effect for making sure it behaves like a transaction
