Techtrekking

Latest Posts

By PravinMarch 31, 2025

notes git

0 comments
By PravinMarch 31, 2025

How to push tag to github

0 comments
By PravinMarch 26, 2025

00 How to push new project to github

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
By PravinMarch 26, 2025

About Us

0 comments
By PravinMarch 26, 2025

Next.js is a popular React framework for building web applications. It offers features like server-side rendering, static site generation, and API routes, making it a great choice for modern web development. In this guide, we'll walk through the steps to get started with Next.js.

0 comments