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?