omar-dulaimi / prisma-trpc-generator

Prisma 2+ generator to emit fully implemented tRPC routers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option in generator to enable/disable zod schema validation in TRPC routes

arnm opened this issue · comments

Problem

I would like to create the trpc routes from the prisma schema but not use zod schema validation.

Suggested solution

Have an option in the generator to toggle usage of zod schema validation.

Alternatives

Additional context