Hello all, I was searching if there is any factory generator that exists that could be generated out of prisma.schema for seeding/testing and I found this one :
https://github.com/toyamarinyon/prisma-factory-generator
It’s pretty interesting!
Are you aware of any other project to help with strongly typed data generation during tests?