Description of the bug
Sublime Build 4143
To set up according to the "directUrl" scheme, this value is not recognised.
Steps to reproduce
datasource db { provider = "postgresql" url = env("DATABASE_PRISMA_URL") // uses connection pooling directUrl = env("DATABASE_URL_NON_POOLING") // uses a direct connection }
Expected behavior
Known Property
Actual behavior
PrismaHighlight version
latest
Description of the bug
Sublime Build 4143
To set up according to the "directUrl" scheme, this value is not recognised.
Steps to reproduce
datasource db { provider = "postgresql" url = env("DATABASE_PRISMA_URL") // uses connection pooling directUrl = env("DATABASE_URL_NON_POOLING") // uses a direct connection }Expected behavior
Known Property
Actual behavior
PrismaHighlight version
latest