Hello 👋 I'm trying out this Prisma client thing and it's cool and all but I need to understand it better. I'm having trouble understanding how the automatically generated classes are generated. I've looked at the documentation but I cant find the bit where it is explained. Could someone point me to it please?
n
Nurul
01/29/2022, 5:27 PM
@Harrys Kavan Welcome to Prisma’s Slack 👋
If you are interested on how PrismaClient generates types from your schema file this video might be useful for you -
https://youtu.be/a51KX3vxB4E▾
In this video Prisma Engineer Dominic demonstrates how prisma engine parses your schema file to generate json file which provides you with all the type safety and methods.