umlmysql-workbenchargouml

Import Mysql Workbench UML diagram in ArgoUML


I have a big database and I need to create an uml diagram.

The only program I find to make this automatically is Mysql Workbench, but I don't like it to work. I usually work with Argouml.

Mysql workbench exports a .mwb, this is a compressed file with an xml file inside. This xml is not compatible to import in Argouml. Argouml only imports .xmi files.

How can I convert mwb to xmi file? or is there any other program to create uml from .sql file or database connection and export in .xmi?


Solution

  • You might consider using, DB Designer 4 as it integrates with Mysql Workbench. I have not personally used this however. Also, for your consideration, Related question.

    Finally, assuming ArgoUML can import XSI formatted UML then this script (mysql2xmi.sh) might work, from http://uml.sourceforge.net/developers.php

    Good luck, I would try and go through XSI formatted UML, most supported and transportable.