Techtrekking

Posts tagged with "Next.js"

How to manage model or database changes with Prisma for Next.js application

0 comments
By PravinFebruary 8, 2026

How to create Next.js, Postgres application

0 comments

How to Deploy a Next.js Application Using PM2 and Nginx

0 comments

After updating your `schema.prisma` file, you need to apply the changes to your **PostgreSQL** database. Follow these steps to properly update your schema:

0 comments

How to update Next.js prisma app after doing database changes.

0 comments

This guide will walk you through setting up Prisma with Next.js and using PostgreSQL as the database. You will define your database schema in `schema.prisma` and migrate it to PostgreSQL.

0 comments

This guide will walk you through the steps of configuring Prisma to connect to an **existing** PostgreSQL database in a Next.js project.

0 comments