Releases: BOCOVO/db-schema-visualizer
Releases · BOCOVO/db-schema-visualizer
v0.4.0 ( DBML extension )
Added
- Improve auto layout with dagrejs
v0.2.0 ( Prisma extension )
v0.3.4 ( DBML extension )
Added
- Added DBML logo as file icon for dbml file
Fixed
- Dependence with the
vscode-dbml
VS Code plugin
v0.3.3 ( DBML extension )
Fixed
- Prevent table names from being truncated for long table name
- Typo in preview tab name
v0.1.1 ( Prisma extension )
Fixed
- Prevent table names from being truncated for long table name
v0.3.2 ( DBML extension )
v0.1.0 ( Prisma extension )
Create the Prisma extension
Added
- Create diagram from Prisma code
- Support light and dark theme
- Save and restore tables positions on exiting
- Save and restore stage position on exiting
- Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long
v0.3.0 ( DBML extension )
Added
- Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long
v0.2.0 ( DBML extension )
Added
- Support table header customization via table settings in the dbml code by @tv-long