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.
Ask HN: Is there an application similar to graphviz but for database schemas?
1–7 of 7 posts
Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#2Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#3Hmm not sure it’s what you want but the ERD diagramming in DBeaver is awesome.
Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#4Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#5Hmm not sure it’s what you want but the ERD diagramming in DBeaver is awesome.
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.
Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#6One of these, perhaps: https://github.com/mgramin/awesome-db-tools#diagrams
Thanks!
Re: Ask HN: Is there an application similar to graphviz but for database schemas?
#7Earlier quoted context omitted.
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.
https://flowchart.fun doesn't have all the capabilities of UML diagramming for instance, but it is text->diagram conversion with a very simple syntax
I may have found what I'm looking for from a different top level answer though. Thanks for your contribution.