Prisma has generators that kick off functions to generate code based on the prisma schema. This generator is no different. It takes the schema and generates a entity relationship diagram in the project. It supports svg, png, and pdf formats.
Back to projects
Jul 02, 2021
1 min read
Prisma Entity Relationship Diagram Generator
Automatically generate entity relationship diagrams from your Prisma schema