-
Hello, My project is using Zod schemas that are generated from my Prisma schema so I am wondering if I should use this library? https://github.com/chrishoermann/zod-prisma-types I don't really have the ability to extend these schemas as recommended in the docs, or I probably should not since they are generated. What features would I be losing without extension? |
Beta Was this translation helpful? Give feedback.
Answered by
samchungy
Jul 7, 2025
Replies: 1 comment 2 replies
-
Aha it would still "work" for the most part, you would just lose all the benefits of the component generation |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just an update on this with v5, you can now completely avoid the extension