I use PostegresQL 9. Is there a free tool to derive UML diagrams from my databases?
Thanks
I use PostegresQL 9. Is there a free tool to derive UML diagrams from my databases?
Thanks
There's also postgresql_autodoc which can create GraphViz or Dia output. The diagrams will likely require further tweaking, though.
Found DBeaver here:
Tested it with postgres. Works great.
free, multi-platform universal SQL client. Supports all popular databases: MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc.
There's a free tool called Dia and a plugin called PostDia. They would do it for you.
Plus:
Requirements for PostDia: python and psycopg2, to install the second one:
pip install psycopg2
I think ArgoUML can do it. Let us know
EDIT: Actually ArgoUML does not seem to reverse engineer, take a look at http://databasetouml.org/roadmap.php or search more for extensions to Eclipse
EclipseUML can do the job but it is not free. What is cool with this tool is that they have a database profile therefore you can see full database information into your class diagram.
There was Azzurri Clay plugin for Eclipse with db reverse engineering support (v 1.4 as I remember). But in v 2.0 the company developing this plugin moved the reverse engineering feature to the licensed version of the plugin. There were some manuals in the internet how to downgrade from v2 to v1.