Adding Prisma to a Next.js project
Prisma is a very cool ORM that we can use to access a database in JavaScript projects.
Prisma works with SDL (Schema Definition Language) to make writing migrations and type-safe code a breeze.
I think you'll learn the most by adding it and seeing it...
h.daily-dev-tips.com3 min read