PrismaP
Prisma3mo ago
7 replies
PB

The datasource property `directUrl` is no longer supported in schema files. Move connection URLs to

I just got this typescript error on datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}
Was this page helpful?