woxtu / postgres-schema-diagram

A PostgreSQL query that generates a diagram of the database schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgres-schema-diagram

An example 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.

About

A PostgreSQL query that generates a diagram of the database schema

License:MIT License