vote up 1 vote down star
2

I've seen several questions posted here about recommendations for UML diagramming tools as an alternative to Visio. What I seem to be missing, though, is a good database diagramming tool for OS X. I have done all of my development work in the .NET world for the last few years, and for better or worse Visio has been my go-to tool for database diagramming (as it supports defining columns, keys, relationships, etc.). I've found several completely adequate general-purpose diagramming tools for OSX, but I haven't yet found something suitable for a fairly detailed, exhaustive database diagram.

Does anyone have any suggestions? I need to be able to define columns, keys, and relationships. Indexes and constraints would be a bonus, too.

Edit

So far I've tried:

  • Visual Paradigm Community Edition
  • OmniGraffle
  • ConceptDraw

And one or two others that I've since uninstalled and, of course, can't remember!

flag

Could you list the ones you have tried? – GameFreak Jun 10 at 13:57

3 Answers

vote up 3 vote down check

For MySQL there is MySQL Workbench

link|flag
This doesn't appear to be available for OSX yet, at least according to the FAQ. – Adam Robinson Jun 10 at 14:00
1  
5.1 beta and 5.2 alpha there are OSX dmg files available. – Kezzer Jun 10 at 14:05
dev.mysql.com/downloads/workbench/… – Kezzer Jun 10 at 14:06
Ah, guess they need to update the FAQ to make that clearer :) This solves my issue, though I would prefer something not coupled so tightly with a particular RDBMS. If nobody has any other suggestions, though, this one's the answer. – Adam Robinson Jun 10 at 15:49
vote up 0 vote down

I've also used Power*Architect on Mac OS and Linux, and while it wasn't perfect, it was good enough.

link|flag
vote up 2 vote down

In XCode, you can make nice database diagrams with .xcdatamodel files that generate some code for Core Data. I imagine you could just use XCode to do the diagram and not actually generate any code if you wanted to.

link|flag
I've taken a look at the XCode diagramming tool, and while I'm sure that it's useful for Core Data applications, it doesn't seem to be quite as friendly to traditional pure RDBMS diagramming, at least in my opinion. – Adam Robinson Jun 10 at 14:00
@Adam, but it is free. – Paul Tomblin Jun 10 at 14:08
@Paul: Yes, but I'd be willing to pay for something that's closer to what I want before I'd want to use something free that wasn't quite right :) – Adam Robinson Jun 10 at 14:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.