-
Notifications
You must be signed in to change notification settings - Fork 5
Prisma seeder #303
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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