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

Community packages 1 #2280

Merged
merged 17 commits into from Sep 7, 2021
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a0d0b46
fix: broken links in mdx files
nilubava Aug 23, 2021
bf127d7
add: initial full-text search docs
matthewmueller Aug 23, 2021
8d5327c
Merge branch 'broken-link-fix' of https://github.com/prisma/docs into…
molebox Aug 24, 2021
029d562
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Aug 24, 2021
9089983
Update content/200-concepts/100-components/02-prisma-client/060-full-…
molebox Aug 24, 2021
1ac747b
Update content/200-concepts/100-components/02-prisma-client/060-full-…
molebox Aug 24, 2021
5d92ffa
Update content/200-concepts/100-components/02-prisma-client/060-full-…
molebox Aug 24, 2021
58bc691
Update content/200-concepts/100-components/02-prisma-client/060-full-…
molebox Aug 24, 2021
9552eda
Merge branch 'fts' of https://github.com/prisma/docs into main
molebox Aug 24, 2021
2735ff6
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Aug 26, 2021
c2a686c
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Aug 30, 2021
072778d
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Sep 2, 2021
761abc2
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Sep 3, 2021
4857aa5
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Sep 3, 2021
ce671f0
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Sep 6, 2021
a20a08d
Merge branch 'main' of https://github.com/prisma/docs into main
molebox Sep 7, 2021
7647278
Added 2 community packages
molebox Sep 7, 2021
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 @@ -72,3 +72,5 @@ The following is a list of community created generators.
- [`prisma-appsync`](https://github.com/maoosi/prisma-appsync): Generates a full-blown GraphQL API for [AWS AppSync](https://aws.amazon.com/appsync/)
- [`prisma-generator-nestjs-dto`](https://github.com/vegardit/prisma-generator-nestjs-dto): Generates DTO and Entity classes with relation `connect` and `create` options for use with [NestJS Resources](https://docs.nestjs.com/recipes/crud-generator) and [@nestjs/swagger](https://www.npmjs.com/package/@nestjs/swagger)
- [`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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing (, will fix via quick PR

- [`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.