Hi All, I'm new to Prisma, I was previously using sequelize and have decided to check out the alternatives!
I can't find for the life of me in the documentation anything mentioning how to set up fixtures! Is this supported at all ?
r
Ryan
03/04/2021, 11:33 AM
@James Irving-Swift 👋
We currently have a seed command to import data but no support for directly using
.json
documents.
I would suggest opening a feature request here for the above with your use case so that we can look into this 🙂