Allow to visualize the database schema in ERD ( Entity Relationship Diagram ) from .dbml file in your vscode.
- 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
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 thelightanddark. The default theme isdark.dbmlERDPreviewer.scrollDirection: This configuration define the scroll direction. There are two different scroll direction theup-outandup-in. The default scroll direction isup-out.
Release notes are here
