Skip to content

A PostgreSQL query that generates a diagram of the database schema

License

Notifications You must be signed in to change notification settings

woxtu/postgres-schema-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published