dbml-erd-visualizer
v0.3.4
Published
A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor.
Downloads
5
Readme
DBML ERD Visualizer
Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) from .dbml file in your vscode.
Features
- Create Entity Relationship Diagram from your dbml file
- Allow you to drag diagrams
- Support both light and dark themes
- Multiple display mode. Display all columns, relational columns only or table headers only
Extension Settings
The following Visual Studio Code settings are available for the extension.
dbmlERDPreviewer.preferredTheme
: This configuration define the theme to use. There are two different theme thelight
anddark
. The default theme isdark
.
Release Notes
Release notes are here