From e0b55aabd3af3b841e21468f62f4af656b0a608f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Rudge?= Date: Fri, 17 Nov 2023 00:44:46 -0700 Subject: [PATCH] add prisma-generator-fake-data to 'Community generators' (#4606) Co-authored-by: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Co-authored-by: Nikolas --- .../100-components/01-prisma-schema/03-generators.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/200-concepts/100-components/01-prisma-schema/03-generators.mdx b/content/200-concepts/100-components/01-prisma-schema/03-generators.mdx index c1f8bc6c91..503185a232 100644 --- a/content/200-concepts/100-components/01-prisma-schema/03-generators.mdx +++ b/content/200-concepts/100-components/01-prisma-schema/03-generators.mdx @@ -95,4 +95,5 @@ The following is a list of community created generators. If you want to create y - [`prisma-generator-graphql-typedef`](https://github.com/mavvy22/prisma-generator-graphql-typedef): Generates graphql schema. - [`prisma-markdown`](https://github.com/samchon/prisma-markdown): Generates markdown document composed with ERD diagrams and their descriptions. Supports pagination of ERD diagrams through `@namespace` comment tag. - [`prisma-models-graph`](https://github.com/dangchinh25/prisma-models-graph): Generates a bi-directional models graph for schema without strict relationship defined in the schema, works via a custom schema annotation. +- [`https://github.com/luisrudge/prisma-generator-fake-data`](https://github.com/luisrudge/prisma-generator-fake-data): Generates realistic-looking fake data for your Prisma models that can be used in unit/integration tests, demos, and more.