Integrating Effect into an Existing Codebase with Drizzle Transactions
Hi all, feels like a similar question to ^
New to effect, and trying to understand how to integrate it into an existing (large but not huge) codebase. So I was hoping to incrementally adopt effect.
A key pattern we have is we are using drizzle, and for RLS are almost always working with transactions. So I already have access to the existing
Heres an example of typical code
... Now I kinda struggling on where to start.
New to effect, and trying to understand how to integrate it into an existing (large but not huge) codebase. So I was hoping to incrementally adopt effect.
A key pattern we have is we are using drizzle, and for RLS are almost always working with transactions. So I already have access to the existing
db instance from drizzle.Heres an example of typical code
... Now I kinda struggling on where to start.
