Unable to execute prisma migrate dev with postgres:// uri schema
Hello! Prisma configured as quickstart guide
-
- .env file configured.
- windows port check opened, and process running.
Unable to
Unable to connect with psql
How can I debug what is happening? Does anyone know what might be happening?
-
prisma dev start local fine. Ports assigned, status running- .env file configured.
- windows port check opened, and process running.
Unable to
prisma migrate dev, I get this error:Unable to connect with psql
How can I debug what is happening? Does anyone know what might be happening?
Create a new TypeScript project from scratch by connecting Prisma ORM to Prisma Postgres and generating a Prisma Client for database access.