language-tools
language-tools copied to clipboard
Visualization of database models
Problem
It's challenging visualizing what your schema would look like when modeling your data in your schema.prisma
file. One would have to use an external tool to create ERD diagrams and make reference to it when modifying their schema.
Suggested solution
Offer a user an ERD or tree diagram representing the different database entities and their relationships alongside their schema.prisma
file on VS Code.
We're probably going to tackle this on the Cloud, so we're parking this for now.
https://prisma-erd.simonknott.de/
There is also a generator, @do4gr thinks
Yep: https://github.com/keonik/prisma-erd-generator
@ruheni @janpio I have built a solution for this, check it out Prisma editor is a powerful tool to visualize and edit Prisma Schema.