You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: deno/lib/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -488,6 +488,7 @@ There are a growing number of tools that are built atop or support Zod natively!
488
488
-[`nestjs-graphql-zod`](https://github.com/incetarik/nestjs-graphql-zod): Generates NestJS GraphQL model classes from Zod schemas. Provides GraphQL method decorators working with Zod schemas.
489
489
-[`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod schemas.
490
490
-[`fastify-zod-openapi`](https://github.com/samchungy/fastify-zod-openapi): Fastify type provider, validation, serialization and @fastify/swagger support for Zod schemas.
491
+
-[`typeschema`](https://typeschema.com/): Universal adapter for schema validation.
491
492
492
493
#### X to Zod
493
494
@@ -501,6 +502,7 @@ There are a growing number of tools that are built atop or support Zod natively!
501
502
-[`prisma-zod-generator`](https://github.com/omar-dulaimi/prisma-zod-generator): Emit Zod schemas from your Prisma schema.
502
503
-[`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
503
504
-[`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models.
505
+
-[`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.
0 commit comments