diff --git a/README.md b/README.md index 2d7c2c2eb..878fde69e 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-dto`](https://github.com/kbkk/abitia/tree/master/packages/zod-dto): Generate Nest.js DTOs from a Zod schema. - [`soly`](https://github.com/mdbetancourt/soly): Create CLI applications with zod. - [`graphql-codegen-typescript-validation-schema`](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema): GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema +- [`zod-prisma`](https://github.com/CarterGrimmeisen/zod-prisma): Generate Zod schemas from your Prisma schema. ### Form integrations