You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2023. It is now read-only.
Hi! When we use the --with-table-names-only flag, since entities names won't be displayed, I think it would be nice to remove them from the output puml diagram's code
Current behavior
Now ... -f puml --with-table-names-only produces lines like table( UserEntity, User ) as User
Expected
To generate lines like table( User ) which will leads to the same image but with less bytes.
Note that this implies changing this following func as well
Hi! When we use the
--with-table-names-only
flag, since entities names won't be displayed, I think it would be nice to remove them from the output puml diagram's codeCurrent behavior
Now
... -f puml --with-table-names-only
produces lines liketable( UserEntity, User ) as User
Expected
To generate lines like
table( User )
which will leads to the same image but with less bytes.Note that this implies changing this following func as well
typeorm-uml/src/builder/styles.class.ts
Line 38 in ead09e7
Do you think this is feasible?
The text was updated successfully, but these errors were encountered: