Skip to content

Commit

Permalink
Update 03-generators.mdx (#6511)
Browse files Browse the repository at this point in the history
* Update 03-generators.mdx

* Update content/200-orm/100-prisma-schema/10-overview/03-generators.mdx

---------

Co-authored-by: Jon Harrell <[email protected]>
  • Loading branch information
ankur-arch and jharrell authored Dec 13, 2024
1 parent 8439c2b commit ef29992
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef29992

Please sign in to comment.