Earlier quoted context omitted.
Theoretically a proper tool would be able to generate this on the fly - lots of tools to do this on the database side. I’m not aware of many good tools that can do this on the application side - perhaps someone can chime in with some platform specific examples?
But the tool cannot automatically color code certain tables and visually group them together. That is where the real value lies.
Re: Ask HN: Why aren't code diagram generating tools more common?
#111I think a tool that did that based on naming conventions would be pretty neat - group tables if they share a prefix “user_” for example. Seems like it would be a straightforward enough implementation in some existing tooling.