Eagle
Eagle
PPrisma
Created by Eagle on 12/29/2024 in #help-and-questions
Prisma Studio ➖ Getting no records in T3 Stack
(dot)env with:
DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/databaseName?schema=public"
DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/databaseName?schema=public"
When typing the following:
pnpm prisma studio
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Prisma Studio is up on http://localhost:5555
pnpm prisma studio
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Prisma Studio is up on http://localhost:5555
I am getting no records, anyone who can help troubleshoot this? The schema is loaded correctly but the records are not showing like they are in pgadmin. I am using a Docker container to host postgres on port 5432
20 replies