DrPotat
Prisma and deno
Seems like there's interest in Drizzle on Deno but not sure how well it works atm:
https://github.com/drizzle-team/drizzle-orm/issues/252
22 replies
Prisma and deno
We've faced a couple issues with Prisma on Deno:
1 Difficulties importing enums from Prisma client. There seems to be some typing mismatch that prevents us from importing them
2 We need to use Prisma Data Proxy to connect to the database. Otherwise, the Prisma Client generation doesn't work.
22 replies