A Beginner's Guide to Setting Up Prisma with PostgreSQL ๐
Prisma Setup and Configuration ๐ ๏ธ
Initialize Prisma
Run this command:
npx prisma init
This creates a new folder called prisma in your project's root directory. Inside this folder, youโll find:
schema.prisma: This is where your database schema live...
docker-and-prisma.hashnode.dev3 min read