db-schema-visualizer icon indicating copy to clipboard operation
db-schema-visualizer copied to clipboard

Support for TableGroups?

Open acerrato opened this issue 5 months ago • 0 comments

First off - this is a fantastic extension. Your work is excellent!

Is your feature request related to a problem? Please describe. DBML TableGroups is a useful feature for keeping large diagrams organized. I think support for that feature along with custom colors would bring this extension in very close competition with the dbdiagram.io product.

Describe the solution you'd like Support for the "TableGroups" syntax like the example below (illustrated in the link above). Support for the "[color: ####]" syntax isn't necessary but would be a nice enhancement as well - at least for these groups.

TableGroup "User Wishlist System" [color: #1E69FD] {
  wishlists
  wishlist_items

  Note: '''
  This group manages the user wishlist functionality.
  - wishlists: Stores user-specific wishlists.
  - wishlist_items: Contains items added to each wishlist.
  '''
}

acerrato avatar Sep 25 '24 11:09 acerrato