diff --git a/README.md b/README.md index 8023c6d..efdcf5d 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,22 @@ supabase.com > Settings - Connection String + npm install prisma@4.8.2 +npm install @prisma/client@4.8.1 # this package didn't mentioned in your video npx prisma init -vi .env -DATABASE_URL="postgresql://postgres:WW1HcqPSjnFdhLWV@db.wcckzpwutuoohgjllale.supabase.co:5432/postgres" +FILE: .env +FILE: schema.prisma +npx prisma db pull +FILE: seed.ts -vi schema.prisma -npx prisma db pull \ No newline at end of file + + + + +# npx prisma studio +Environment variables loaded from .env +Prisma schema loaded from prisma/schema.prisma +Prisma Studio is up on http://localhost:5555 +Segmentation fault (core dumped)