-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Is your feature request related to a problem? Please describe.
I’m using the DBML Visualizer plugin in VS Code to create and view database diagrams. While DBML supports TableGroup for logically grouping related tables, the plugin currently does not render these groups in the visualization.
This makes it difficult to visually organize large schemas and clearly communicate how certain tables relate to each other in terms of domain or context.
Describe the solution you'd like
I would love for the DBML Visualizer to support TableGroup by:
• Rendering grouped tables together in a container or bounded region
• Labeling the group with the name provided in the DBML (e.g. TableGroup users)
• Optionally allowing the group to be collapsible or stylized
Describe alternatives you've considered
I am using dbdiagram.io
Additional context
• DBML officially supports TableGroup: https://dbml.dbdiagram.io/docs#tablegroup