postgres-schema-diagram A PostgreSQL port of SQLite Schema Diagram Generator that generates a diagram of the database schema in Graphviz format. $ psql -At -f postgres-schema-diagram.sql > schema.dot $ dot -Tsvg schema.dot > schema.svg License Licensed under the MIT license.