I'm looking for an application that is like graphviz/dot, but for database schema visualization instead of graph visualization. Is there such an application? (preferably open source)
I'd like to use it with markdown to document code and application architecture, such that the schema definition can be text that is under version control and the generated image can be part of the rendered document.
Thanks for that! It's not what I'm looking for, but it's good to know about. I really need it to be a CLI application that takes text as in put and produces an image as output.
This is not quite what I'm looking for. It needs to be CLI based so it can work with local markdown files in a way that can be easily automated. Also this website isn't tailored for visualizing a database schema, so to repurpose it for that use case requires significant effort. Looking at DBeaver's ER Diagram should like the OP in this response thread suggested should give you a good idea of how I want things to look.
I may have found what I'm looking for from a different top level answer though. Thanks for your contribution.