From c7ee15ee5c2bcbf49ad77733195594d3bba88602 Mon Sep 17 00:00:00 2001 From: ahhshm <87268103+ahhshm@users.noreply.github.com> Date: Wed, 16 Feb 2022 20:33:27 +0330 Subject: [PATCH] Add zod-prisma to the ecosystem section --- README.md | 1 + 1 file changed, 1 insertion(+) 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