Using @effect/sql with Drizzle for Repositories and Connection Pooling
Is there any examples of using @effect/sql repositories with drizzle? I have bad understanding of @effect/sql architecture atm but what i want is having a layer ontop of drizzle that generates those simple repositories which use the same connection pool as my main drizzle client. (I want to keep using drizzle directly for migrations, as a query builder and for complex transactions)
