-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Automatically downloading Node #18
Comments
Can't we download the node to solve the problem of downloading the binary and then delete it? |
The idea in This question is just for discussion, because Prisma for Dart CLI works well (although there are several commands that are not developed). If we introduce Prisma CLI (Node.js), this will definitely ease our maintenance efforts. |
First of all, thanks for this great project Implementing all of Prisma's commands seems like a daunting task It just doesn't seem sustainable.
I completely agree with that idea. |
Maybe we can create a draft to experiment with it, I believe it's far better to keep the toolchain intact than maintaining the CLI ourselves. But from another point of view, as a Dart or Flutter developer, many people may not want to silently install a Node in his/her computer (that is, it is not a global one, but a real project path to Prisma for Dart). |
RobertCraigie/prisma-client-py#454
There is a good proposal in Prisma for python. At the same time, it can reduce unnecessary repetitive development work and let us focus more on generator and runtime development.
The text was updated successfully, but these errors were encountered: