views:

471

answers:

5

I was impressed with the nice-looking database diagrams on this web page. Does anybody know what package made them?

http://richarddingwall.name/2009/11/20/the-trouble-with-soft-delete/

+2  A: 

He got it from http://yuml.me

Exception e
+14  A: 

yUML

It uses Scruffy .

Mark Byers
+2  A: 

yUML

See it at http://www.yuml.me.

CesarGon
A: 

Thanks all for the pointer... Scruffy is nifty!

Here's the link to the "real" image (%XX substituted) on the Scruffy site:

http://yuml.me/diagram/scruffy/class/
    [Product|Name VARCHAR(255);...;DeletedAt DATETIME;DeletedByUserID INT;]

Mark Harrison
+1  A: 

yUML is correct.

Richard Dingwall