BurntSushi / erd

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.
The Unlicense
1.79k stars 154 forks source link

Consider adding QuickDBD to "Similar Software" #35

Closed bbkane closed 3 years ago

bbkane commented 6 years ago

https://app.quickdatabasediagrams.com/#/ is a free web-based app that uses a text format to draw diagrams. I've used it with some success for simple database diagrams. You might add it to the Similar Software section of the README.

nickolay commented 5 years ago

While googling the graphviz syntax for ER diagrams, I came across http://schemaspy.sourceforge.net/sample/relationships.html (Java, open-source, automatic documentation from the DB). Not similar, but related.

And a similar (though not maintained) to SchemaSpy thing in Python using sqlalchemy and graphviz: https://github.com/fschulze/sqlalchemy_schemadisplay

I also stumbled across a reimplementation of erd in go and a couple of VS Code extensions!