Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Prisma v4 #141

Open
SOULPWRD opened this issue Aug 4, 2022 · 3 comments
Open

Support for Prisma v4 #141

SOULPWRD opened this issue Aug 4, 2022 · 3 comments

Comments

@SOULPWRD
Copy link

SOULPWRD commented Aug 4, 2022

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!

@mauriciabad
Copy link

My project uses Prisma v4 and I can't use this awesome package 😢

Is there any update about it?

@mauriciabad
Copy link

Well, I'll just use prisma-zod-generator meanwhile.

@baran-ozer
Copy link

Actually, you can use it with Prisma >= 4.0 by modifying your package.json file. Just add these lines: "overrides": { "zod-prisma": { "prisma": "$prisma" } },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants