What’s the tool used to make graphs such as the one in the read me ?
Crocmagnon opened this issue · 1 comments
Crocmagnon commented
What tool do you use to generate the database schema graphs ?
SalemHarrache commented
Hi @Crocmagnon
I usually use the excellent eralchemy (https://github.com/Alexis-benoist/eralchemy).
As an alternative, you may have a look at sqlalchemy_schemadisplay : https://github.com/fschulze/sqlalchemy_schemadisplay
See you!