Skip to content
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

add prisma-class-generator to community generators #2390

Merged
merged 2 commits into from Oct 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -74,3 +74,4 @@ The following is a list of community created generators.
- [`prisma-erd-generator`](https://github.com/keonik/prisma-erd-generator): Generates an entity relationship diagram
- [`prismix`](https://github.com/jamiepine/prismix): Prisma requires your schema to be written in a single file, Prismix allows you to write as many schema files as you'd like, wherever you like—all while supporting cross-file model relations
- [`Prismaliser`](https://github.com/Ovyerus/prismaliser): Prismaliser is a visualisation webapp for Prisma schemas. It allows you to visually explore your schema and the relations between your models, by showing links between the different types of relations in the schema (many-to-many, one-to-many, one-to-one), similar to an Entity-relationship model.
- [`prisma-class-generator`](https://github.com/kimjbstar/prisma-class-generator): Generates classes from Prisma Schama. these can be used as DTO, Swagger Response, TypeGraphQL and so on.
kimjbstar marked this conversation as resolved.
Show resolved Hide resolved