why do we add prisma in ctx instead of using import ?
As stated in the doc
but there is no explanation
Why is it better ?
What is the difference ?
but there is no explanation
Why is it better ?
What is the difference ?
We include the Prisma Client in Context by default and recommend using this instead of importing it separately in each file.