Hey,
have seen you're currently using @prisma/client in the prisma adapter.
Based on my own expierence, this works, but only as long as you do not use the custom output for the prisma client.
Had the same problem in my project and decided to mock the prisma client in the adapter implementation to support both prisma client types ( prisma-client-js and prisma-client ).
Maybe this could be useful here, too.
Here the quick links to the relevant files:
If you think this could be useful, feel free to use it :)
Can also provide a PR if this would help ✌️
Hey,
have seen you're currently using
@prisma/clientin the prisma adapter.Based on my own expierence, this works, but only as long as you do not use the custom output for the prisma client.
Had the same problem in my project and decided to mock the prisma client in the adapter implementation to support both prisma client types (
prisma-client-jsandprisma-client).Maybe this could be useful here, too.
Here the quick links to the relevant files:
If you think this could be useful, feel free to use it :)
Can also provide a PR if this would help ✌️