From 6cab4a6de4aecb62e289a22eda9bc9a651bc458d Mon Sep 17 00:00:00 2001 From: Daschi1 <50054971+Daschi1@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:31:58 +0200 Subject: [PATCH] Add drizzle-zod library to X to Zod README.md section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ca28ad4..2a0f2fbb4 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-prisma`](https://github.com/CarterGrimmeisen/zod-prisma): Generate Zod schemas from your Prisma schema. - [`Supervillain`](https://github.com/Southclaws/supervillain): Generate Zod schemas from your Go structs. - [`prisma-zod-generator`](https://github.com/omar-dulaimi/prisma-zod-generator): Emit Zod schemas from your Prisma schema. +- [`drizzle-zod`](https://orm.drizzle.team/docs/zod): Emit Zod schemas from your Drizzle schema. - [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod. - [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models. - [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.