Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 513 Bytes

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.