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
Currently a view only reports the tables from which it directly depends on. It would be good to have all the hierarchy (view depends on a view that depends on a view etc.) ascending and descending.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently a view only reports the tables from which it directly depends on. It would be good to have all the hierarchy (view depends on a view that depends on a view etc.) ascending and descending.
The corresponding web service would be:
And the tree of dependencies DTO would look like:
It would be good to display it as a "UML" graph using this JS library for instance:
https://github.com/skanaar/nomnoml
The text was updated successfully, but these errors were encountered: