Visualize Prisma schemas as Entity-Relationship Diagrams
masterPrisma ERD is a tool designed to take Prisma schemas and generate visual Entity-Relationship Diagrams (ERDs). You can use the web-based version of the tool at https://prisma-erd.simonknott.de.
If you prefer to integrate this functionality directly into your Prisma workflow as a generator, you can use the prisma-erd-generator built by @keonik.