From 7173d0bcc2105777102e22d36a2866196e2830f3 Mon Sep 17 00:00:00 2001 From: Daschi1 <50054971+Daschi1@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:26:48 +0200 Subject: [PATCH] Add drizzle-zod library to X to Zod README.md section (#3648) --- 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.