-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
[FEAT] Prisma support #1389
Comments
The goal is reached. Prisma module will be released in open-source!! Thanks to all sponsors! Sponsors will keep his advantage on the support priority on this plugin ;) |
Romakita
added a commit
that referenced
this issue
Mar 5, 2022
Romakita
added a commit
that referenced
this issue
Mar 5, 2022
Romakita
added a commit
that referenced
this issue
Mar 5, 2022
Romakita
added a commit
that referenced
this issue
Mar 5, 2022
Romakita
added a commit
that referenced
this issue
Mar 5, 2022
🎉 This issue has been resolved in version 6.104.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 7.0.0-beta.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
Add Prisma framework support. Prisma has is own models to configure the table and relations. The idea is to provide a generator embed to the new package
@tsed/prisma
and generate classes and enums based on theschema.prisma
configuration. The generated classes/enums could be used with the Controllers to generate the Swagger documentation.Sponsor this feature: https://github.com/sponsors/Romakita?frequency=one-time&sponsor=Romakita
Currently balance: 15/15 one-time
Roadmap
Example
Prisma configuration:
Then run the command to generates files:
Outputs:
And, the following repository:
Usage:
Acceptance criteria
schema.prisma
The text was updated successfully, but these errors were encountered: