db-schema-visualizer
db-schema-visualizer copied to clipboard
An Vscode extension to visualize the database schema in ERD ( Entity Relationship Diagram ) from dbml or prisma file in your vscode.
Is there any way to control the size of table blocks in preview? We have a table with column `email_verified_at` of type `timestamp` and both words are overlapping making them...
Hi, Thanks for all your hard work! I don't have an issue with the visualizer, but rather I have an issue with info in the `readme` file. It took me...
Hello! Thank you for this plugin! Could you please set the table's color according to table settings (https://dbml.dbdiagram.io/docs/#table-settings)? ``` Table users [headercolor: #3498DB] { id integer [primary key] username varchar(255)...
**Describe the bug** When adding a table name that is longer than the (ColumnName + DataType), the full table name does NOT get shown. **To Reproduce** Steps to reproduce the...
## Overview The current implementation of table default position computation relies on a basic and static positioning algorithm. This often leads to suboptimal layouts, particularly as the complexity and size...
**Is your feature request related to a problem? Please describe.** After I set the positions of all tables I cannot share them to my colleagues **Describe the solution you'd like**...
First off - this is a fantastic extension. **Your work is excellent!** **Is your feature request related to a problem? Please describe.** [DBML TableGroups](https://docs.dbdiagram.io/table-groups) is a useful feature for keeping...
DBDiagram.io supports both a documented and an undocumented way of specifying composite primary keys. Documented: ``` Table CourseSection { Year char(4) SemesterCode char(2) SectionCode char(2) CoursePrefix char(4) [ref: > Course.CoursePrefix]...
When you change ref direction (>,