From 4c1414f44d3d62d6516284da74a2ebd23268e6fe Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 3 Sep 2024 16:04:38 -0700 Subject: [PATCH] Tweak --- README.md | 13 +++++++++---- deno/lib/README.md | 18 ++++++++++++------ 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a5a7c54c2..4a3c2dc48 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,11 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod + + + - - + + - - @@ -346,6 +346,11 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
+ + val town logo + + route4me logo @@ -361,13 +366,13 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod Replay.io logo
Numeric logo
Marcato Partners @@ -383,13 +388,13 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
Bamboo Creative logo
Jason Laster diff --git a/deno/lib/README.md b/deno/lib/README.md index 84ca28ad4..4a3c2dc48 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -252,7 +252,7 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod

- + speakeasy @@ -261,7 +261,7 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
SDKs & Terraform providers for your API
-
speakeasyapi.dev + speakeasy.com

+ + + - - + + - -
+ + val town logo + + route4me logo @@ -361,13 +366,13 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod Replay.io logo
Numeric logo
Marcato Partners @@ -383,13 +388,13 @@ Sponsorship at any level is appreciated and encouraged. If you built a paid prod
Bamboo Creative logo
Jason Laster @@ -490,6 +495,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.