Skip to content

Commit 1e23990

Browse files
committedAug 21, 2023
Commit
1 parent 792b3ef commit 1e23990

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎deno/lib/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ There are a growing number of tools that are built atop or support Zod natively!
488488
- [`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.
489489
- [`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod schemas.
490490
- [`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.
491492

492493
#### X to Zod
493494

@@ -501,6 +502,7 @@ There are a growing number of tools that are built atop or support Zod natively!
501502
- [`prisma-zod-generator`](https://github.com/omar-dulaimi/prisma-zod-generator): Emit Zod schemas from your Prisma schema.
502503
- [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
503504
- [`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.
504506

505507
#### Mocking
506508

0 commit comments

Comments
 (0)
Please sign in to comment.