API-template
API-template copied to clipboard
Prisma seeder
Currently, database seeding is written inside the app, and executed at launch time
With Prisma v1.19 release, it is now possible to create seeders, and the seeding logic should be migrated to this new mechanism