Seeding a Prisma database in Next.js
When working with databases, it's convenient to have some initial data.
Imagine being a new developer. It will be a pain if you need to set up all this data by hand.
That's where migrations come in handy.
Prisma has a super-easy way to deal with thes...
h.daily-dev-tips.com2 min read