zod-prisma
zod-prisma copied to clipboard
Support for Prisma v4
Hi!
Fist of all, thank you for this package :)
I'm about to upgrade from Prisma v3 to v4. Unfortunately npm cli rejects to do the upgrade because the peer deps support only Prisma version ^3.0.0
. I've noticed you've already started working on zod-prisma
v1. Do you have some rough estimate when it's going to be released please?
Thank you in advance!
My project uses Prisma v4 and I can't use this awesome package 😢
Is there any update about it?
Well, I'll just use prisma-zod-generator
meanwhile.
Actually, you can use it with Prisma >= 4.0 by modifying your package.json file. Just add these lines: "overrides": { "zod-prisma": { "prisma": "$prisma" } },