diff --git a/README.md b/README.md
index a5a7c54c2..ea8ce8b34 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
diff --git a/deno/lib/README.md b/deno/lib/README.md
index 84ca28ad4..ea8ce8b34 100644
--- a/deno/lib/README.md
+++ b/deno/lib/README.md
@@ -212,6 +212,24 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
@@ -490,6 +508,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.