There is some tool or application that take a backup/export (.sql file may be) of a database and can generate like result the entity-relation model, this mean, the tables in a graphic?
My database is in PostgreSQL, although this will should transparent?
Another question. In django, is possible generate the model entity relation from models in my project?