-
Hello dear Blitz Community, I'm working on a project right now, that will be released in a few month. https://www.prisma.io/docs/concepts/components/prisma-client/middleware I tried a few hours to implement this package as Middleware to Prisma, but nothing worked. I think it's because Blitz enhanced the Prisma Client, but is there a way to integrate this Middleware? Best regards! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @Kiodok! Just to confirm —
|
Beta Was this translation helpful? Give feedback.
Hey @Kiodok!
Just to confirm —
client.$use(fieldEncryptionMiddleware())
(where client is the client defined indb/index.ts
) doesn't work? I know that some people successfully added a middleware with something like this: