-
-
Couldn't load subscription status.
- Fork 16
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Excellent utility! I learned about it in Terraform in Depth book.
We set Column.comment on our SQLAlchemy columns.
These get added to the mermaid flowchart by
paracelsus/paracelsus/transformers/mermaid.py
Lines 42 to 43 in f473a57
| if column.comment: | |
| options.append(column.comment) |
And output, when comments are long, is like:
I wonder if there are easy to address the legibility and aspect ratio issue of these long comments, like:
- option to disable the comment column
- using a markdown string for comments to enable word wrap
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
