Omar
05/08/2022, 1:26 AMPrisma Zod Generator
You can find it here: https://github.com/omar-dulaimi/prisma-zod-generator
It's different from the existing zod-prisma
generator in that it generates full CRUD schemas; not just models schemas. So, it will be really useful to use in your API validations.
Zod is an awesome new validation library in case you don't know, I think you're going to like it!