Skip to content

Commit 9f65038

Browse files
docs(ecosystem): add DRZL; fix Prisma Zod Generator placement (#5215)
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
1 parent e1f1948 commit 9f65038

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,19 @@ const xToZodConverters: ZodResource[] = [
155155
description: "Typescript's type definition to runtime validator (including zod).",
156156
slug: "yuzheng14/valype",
157157
},
158+
{
159+
name: "Prisma Zod Generator",
160+
url: "https://github.com/omar-dulaimi/prisma-zod-generator",
161+
description: "Generates Zod schemas with input/result/pure variants, minimal/full/custom, selective emit/filtering, single/multi-file output, @zod rules, relation depth guards.",
162+
slug: "omar-dulaimi/prisma-zod-generator",
163+
},
164+
{
165+
name: "DRZL",
166+
url: "https://github.com/use-drzl/drzl",
167+
description:
168+
"Drizzle ORM toolkit that can generate Zod validators from schema(s), plus typed services and strongly typed routers (oRPC/tRPC/etc).",
169+
slug: "use-drzl/drzl",
170+
},
158171
];
159172

160173
const mockingLibraries: ZodResource[] = [

0 commit comments

Comments
 (0)