Working With Databases In Next.Js Using Prisma
Next.js is a database-agnostic web-based framework. This way, you can use any database with Next.js. You can use ORM to model your database data structure when working with databases. Next.js uses Prisma as an ORM to manage your database with no hust...
openreplay.hashnode.dev17 min read