EnvironmentVariable
Source:
src/Prisma/EnvironmentVariable.ts
A Prisma compute environment variable.
Creating a Variable
Section titled “Creating a Variable”yield* Prisma.EnvironmentVariable("database-url", { project: project.projectId, class: "production", key: "DATABASE_URL", value: Redacted.make("postgres://..."),});