Database Modeling Tool

Do you know a free database modeling tool in uml?

+3
source share
4 answers

Here is a link to the SourceForge project for modeling UML / ERD databases:

http://sourceforge.net/projects/dbuml/

Here is the software having a free community version:

http://www.visual-paradigm.com/

+4
source

Personally, I have always found that UML does a poor job of designing databases. Entity-Relationship diagrams always better describe the database.

I would look at Open System Architect (OSA) at http://www.codebydesign.com/

0
source

UML , - . Omondo Java. , , Java . .

0

. , , ER UML CD .

True, if you want to explicitly model everything (for example, pks or unique identifiers), you will need to use a UML profile. However, if you are satisfied with the use of certain conventions (for example, adding a surrogate pk for each table, removing automatically from fks from associations ...), you can even skip the profile. An example of this approach read this

0
source

All Articles