Preview feature feedback: Deno support (`deno`)
See original GitHub issuePlease share your feedback about the deno
functionality released in v4.5.0 in this issue.
The current state of our implementation is described here: https://github.com/prisma/prisma/issues/2452#issuecomment-1282956083
- If you encounter a bug, please open a bug report in this repo.
- If the feature is working well for you, please share this in a comment below or leave a 👍 on this issue.
If you have any questions, don’t hesitate to ask them in the #orm-help
channel in the Prisma Slack.
Issue Analytics
- State:
- Created a year ago
- Reactions:7
- Comments:22 (9 by maintainers)
Top Results From Across the Web
Big Changes Ahead for Deno
We'll discuss how we're addressing this feedback and the features to expect from Deno in the coming months. Compatibility with Node and npm....
Read more >Prisma on Twitter: " We are releasing initial support for ...
We are releasing initial support for Prisma with Deno (Preview) via an integration for our Prisma Client for Data Proxy. Read this guide...
Read more >Prisma Client and Prisma schema preview features
When we release a new Prisma Client or Prisma schema feature, it often starts in preview so that you can test it and...
Read more >Big Changes Ahead for Deno | JavaScript in Plain English
Here's a quick preview: Deno officials recently shared its handling of community feedback and plans for Deno features in the next few months ......
Read more >Deno Introduction with Practical Examples - InfoQ
Deno is still a very new environment with many promising features around security, speed, distribution, and language support. However, due to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had a problem with the generator inside docker.
I guess node/npm is necessary to be installed. I tried it before with my own machine, it works smoothly even with npx, the code does generate, if I try on docker, it always fail due to prisma client not being installed.
I’m running on deno 1.28.3 and prisma 4.7.0
No, this makes sense. For now Prisma CLI did not remove or adapt all the assumptions that it might have about
npx
ornpm
being present. We will need to figure those out and find better solutions 👍