Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 897 Bytes

File metadata and controls

29 lines (16 loc) · 897 Bytes

Prisma ERD Visualizer

Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) from .prisma file in your vscode.

Features

Demo

  • 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 the light and dark. The default theme is dark.

Release Notes

Release notes are here

Author

@BOCOVO