Seeding your database with Prisma in a NextJs application
In this article, I will show you how you can add data to your database (supabase in my/our case) with prisma in a NextJs application. Previously, I wrote an article on how you can create a table for our Supabase database with Prisma in NextJs. In thi...
