Effectifying Postgres Access with Drizzle: Best Practices and Preferences
I am using drizzle for postgres on an existing project that I am adopting Effect in, how do you guys recommend I "Effectify" my database access?
Should I use the sql package? Should I keep using Drizzle as I currently do inside a
On a sidenote: Who here prefers direct SQL queries rather than ORM based.
Should I use the sql package? Should I keep using Drizzle as I currently do inside a
tryPromise(() => drizzleDb.insert...)On a sidenote: Who here prefers direct SQL queries rather than ORM based.
