prisma-erd-visualizer
v0.4.0
Published
A VsCode extension that lets you visualize the ERD (Entity Relationship Diagram) of your prisma database structure.
Readme
Prisma ERD Visualizer
Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) from .prisma file in your vscode.
Features
- Create Entity Relationship Diagram from your prisma file
- Allow you to drag diagrams
- Support both light and dark themes
Tutorial
This tutorial shows how to use it.
Extension Settings
The following Visual Studio Code settings are available for the extension.
prismaERDPreviewer.preferredTheme: This configuration define the theme to use. There are two different theme thelightanddark. The default theme isdark.prismaERDPreviewer.scrollDirection: This configuration define the scroll direction. There are two different scroll direction theup-outandup-in. The default scroll direction isup-out.
Release Notes
Release notes are here
