effect
effect copied to clipboard
Add Drizzle ORM support to @effect/sql-drizzle
What is the problem this feature would solve?
Currently with the @effect/sql-drizzle package, it is not possible to access ORM features of drizzle like db.query
What is the feature you are proposing to solve the problem?
I suggest to create a way to pass the schemas to DrizzleLive in order to be able to safely interact with the schemas and leverage the ORM features of drizzle.
What alternatives have you considered?
No response