Prisma

Rebasing and Connecting the Prisma to an existing Database

Rebasing and Connecting the Prisma to an existing Database: Suppose you already have a database, and you already have some data in it. How to connect that database with your Prisma without losing all of your precious data? this will create the Prisma files. Create the following folder and files -> This will populate the …

Rebasing and Connecting the Prisma to an existing Database Read More »

Scroll to Top