Prisma Drizzle integration with queries #3185
Unanswered
hyusetiawan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This might be blasphemous but how do I use drizzle queries ala prisma while being a prisma plugin?
Meaning, so while using: https://orm.drizzle.team/docs/prisma , and I want to be able to
prisma.$drizzle.query.users.findMany(
?I think the issue here is because I cannot pass the schema while applying the extension to prisma?
Beta Was this translation helpful? Give feedback.
All reactions