Create an automatic ERD diagram creator from a populated model, including properly routed interlinks
The excellent plugin https://github.com/kkrisz1/staruml-reverse-db.git , with a few tweaks, still works and in my effort to reverse engineer a legacy codebase I inherited, I managed to pull the existing MySql table schemas up into a StarUML model. Good first step.
I now need to expose this model in a human-readable form (entity relationship diagram) and I want this diagram production, including all table interlink routes and multiplicity end adornments, automated.
I would think by now that the technology required to do automated 2d graph production would be relatively well understood, this would be a really useful feature to have.
Until a native feature is available, do you know of any extension in existence that can do this job ?
