Thread: Doxygen/Javadoc-esque SQL DDL documentor?

Doxygen/Javadoc-esque SQL DDL documentor?

From
Eric D Nielsen
Date:
Does anyone know of a good tool for generating documentation
from a commented SQL DDL file?  Some of my developers were
recommending Doxygen, but it doesn't support SQL directly.  The
few hacks I could find for it were all listed numerous short-comings.

An ideal system would understand FK and user/group permissions, as
well as allowing me to enter breif/detail descriptions of table/view/function
and attribute descriptions.

Eric Nielsen