1

I am taking a database class and have to draw a bunch of different kinds of diagrams. Specifically, I need to draw ERD and dependency diagrams. The instructor does not want any hand drawn diagrams but does not offer any clue as to what software to use. Does anybody have any suggestions?

ProgrammingPope
  • 2,177
  • 4
  • 23
  • 36

6 Answers6

1

VisioModeler by Visio now exists as free, unsupported software. It's only good for physical ERD in my experience - it can't do logical models.

I've heard good things about MySQL Workbench too.

OMG Ponies
  • 325,700
  • 82
  • 523
  • 502
0

Try DB Designer. It's free and has some useful features. It is both Windows and Linux friendly.

Todd Stout
  • 3,687
  • 3
  • 24
  • 29
0

Dia. Kivio. Umbrello.

Anonymous
  • 7
  • 1
0

I've recently discovered an editor called RISE, which is published by Rise To Bloome. It's simple and easy to use and it's free to download and keep. It currently only supports Windows OS.

John Lechowicz
  • 2,573
  • 3
  • 21
  • 34
0

So far I have been cobbling together various shapes in Visio. I don't like it but it seems to be the best way to create all the different diagrams in my text.

ProgrammingPope
  • 2,177
  • 4
  • 23
  • 36
0

ERWin currently has a free community edition. http://erwin.com/products/detail/ca_erwin_data_modeler_community_edition/

It's an excellent tool for getting your feet wet.

Data Monk
  • 1,279
  • 9
  • 15