How to Trigger a Manual Rollback in SQL Transactions Using Effect Typescript
I just started exploring the SQL integration and sadly there is no public documentation yet. Curious about transactions which were mentioned in a previous thread to be written this way:
What is the recommended way to trigger a manual rollback if I happen to run into a situation like that? Judging by the syntax my gut feeling is that yielding an
What is the recommended way to trigger a manual rollback if I happen to run into a situation like that? Judging by the syntax my gut feeling is that yielding an
Effect.fail would do the trick, or am I mistaken?