Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool for creating relational model diagrams [closed]

I'm looking for a free and simple tool for creating relational model diagrams.

All that i need is to be able to draw tables and fields and connect fields that are foreign keys to their referenced tables.

As an example I found this image on the net.

I don't need anything more: I want to keep schema simple and clean.


Thanks for your answers. However, a friend of mine suggested that I can use any vector graphics program. His advice helped me to found the beautiful "LatexDraw" editor. It's worth a check, especially if you care about printed quality.

like image 879
Hobbes Avatar asked Aug 28 '09 16:08

Hobbes


2 Answers

Dia supports:

  • Windows
  • Linux
  • OSX

Performs

  • UML
  • relational modeling
  • and more (lots more)

I've used it for both UML and relational modeling with great success. I have heard the Windows version can be unstable, but I've never experienced this personally.

like image 196
Corey D Avatar answered Sep 25 '22 00:09

Corey D


yUML.me

yuml.me is a really awesome text-to-diagram tool for online quick designing of UML diagrams: http://yuml.me/

Visio Alternatives

There are numerous free alternatives to Visio, a commercial application that does this. You can read a bit about them, and find one that suits you best at http://www.osalt.com/visio

Flash-based gModeler

There's also gmodeler, an online solution worked up in flash for designing UML diagrams: http://gskinner.com/gmodeler/

like image 31
Sampson Avatar answered Sep 23 '22 00:09

Sampson