-
Notifications
You must be signed in to change notification settings - Fork 40
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
make superior: model generate #1651
Labels
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/feature
A request for a new feature.
topic: automation
topic: codelens
topic: visualisation
Milestone
Comments
Druue
added
kind/feature
A request for a new feature.
topic: automation
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
topic: visualisation
labels
Jan 29, 2024
Hey @ChenHaoJie9527 We don't currently support |
This was referenced Jun 5, 2024
This was referenced Jun 7, 2024
This was referenced Jul 17, 2024
This was referenced Jul 19, 2024
This was referenced Jul 20, 2024
This was referenced Aug 1, 2024
This was referenced Aug 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/feature
A request for a new feature.
topic: automation
topic: codelens
topic: visualisation
Problem
I'm using prisma when defining model maps, and when I'm done writing all the code for execution, I always need to type in the npx prisma generate command, which can feel like a cumbersome not go.
example:
endpoint: npx prisma generate
Suggested solution
I would like to be able to omit the npx prisma generate step in the.
Alternatives
I have a good idea, I would like to change to interactive model generation, similar to Jest, Vitest in each unit test has a Run arrow button, when clicking on the arrow, it will generate the corresponding generate for me.
Additional context
Of course I'm crazy about my ideas and want to realize my ideas.
The text was updated successfully, but these errors were encountered: