T
tRPC
Change Theme
Search Answer Overflow
Login
T
tRPC
❓-help
Why do some examples create PrismaClient in context, and others don’t
D
David
View on Discord
12/8/2022
Is there a specific reason to do this or not to do this? I can imagine with the new Prisma extension feature you could do some handy things like attaching multi tenancy data to each query beforehand
Looking for more? Join the community!
T
tRPC
❓-help
Join Server
T
tRPC
❓-help
Join Server
Recommended Posts
AppRouter type any?
I am trying to use trpc in a Turbo repo and when I export the AppRouter on the server side it is the
z.map() as an input
Hi, I have ```ts z.map(z.string(), z.string()) ``` as an input, but when I try to pass the map as