#full-stack
Read more stories on Hashnode
Articles with this tag
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...
In this article, we will go through how we can define a data model in the schema.prisma file and then create a table in supabase with Prisma...
Definitions:NextJs: A React framework that can be used to create full-stack web applications.Supabase: Supabase is an open-source backend-as-a-service...