Open
Description
Is your feature request related to a problem? Please describe.
As part of a CI pipeline, it'd be useful to document SQL DDL as ER diagrams. Graphviz, Mermaid, PlantUML are all tools that can output graphics from a textual representation.
Describe the solution you'd like
Setting the output format to one of these should do the trick
Describe alternatives you've considered
I was about to write my own (https://dba.stackexchange.com/questions/311402/) didn't show any already existing tools.
Additional context
N/A