We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now it errors if you are missing an ENV var from e.g. env("DATABASE_URL"):
env("DATABASE_URL")
C:\Users\Jan\Documents\prisma-chinook\cli -> origin-demo (cli -> origin) (prisma-chinook-cli -> [email protected]) λ pv Error: Error: Schema parsing error: Environment variable not found: DATABASE_URL. --> schema.prisma:7 | 6 | provider = "mysql" 7 | url = env("DATABASE_URL") | Validation Error Count: 1 at Object.<anonymous> (C:\ProgramData\nvm\v12.6.0\node_modules\prisma-viewer\node_modules\@prisma\sdk\dist\engineCommands.js:128:23) at Generator.throw (<anonymous>) at rejected (C:\ProgramData\nvm\v12.6.0\node_modules\prisma-viewer\node_modules\@prisma\sdk\dist\engineCommands.js:6:65) at processTicksAndRejections (internal/process/task_queues.js:85:5)
Is this useful/helpful? I see you are using @prisma/sdk here, maybe we should have a way to skip this validation step by choice?
@prisma/sdk
The text was updated successfully, but these errors were encountered:
I see you are using @prisma/sdk here, maybe we should have a way to skip this validation step by choice?
Yes, that would be helpful :)
Sorry, something went wrong.
No branches or pull requests
Right now it errors if you are missing an ENV var from e.g.
env("DATABASE_URL")
:Is this useful/helpful?
I see you are using
@prisma/sdk
here, maybe we should have a way to skip this validation step by choice?The text was updated successfully, but these errors were encountered: