From ef299922b20f0d97659f7f4a418f98539a3e9aca Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:25:01 +0600 Subject: [PATCH] Update 03-generators.mdx (#6511) * Update 03-generators.mdx * Update content/200-orm/100-prisma-schema/10-overview/03-generators.mdx --------- Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com> --- .../200-orm/100-prisma-schema/10-overview/03-generators.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx index b9dfd9b5a9..1740b2c155 100644 --- a/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx +++ b/content/200-orm/100-prisma-schema/10-overview/03-generators.mdx @@ -57,6 +57,12 @@ If you use macOS ARM64 (`darwin-arm64`), then the binary file that was compiled ## Community generators +:::note + +Existing generators or new ones should not be affected if you are using the [`prismaSchemaFolder`](/orm/reference/preview-features/client-preview-features#currently-active-preview-features) preview feature to manage multiple schema files, unless a generator reads the schema manually. + +::: + The following is a list of community created generators. - [`prisma-dbml-generator`](https://notiz.dev/blog/prisma-dbml-generator/): Transforms the Prisma schema into [Database Markup Language](https://dbml.dbdiagram.io/home/) (DBML) which allows for an easy visual representation