Skip to content

Instantly share code, notes, and snippets.

@nerones
Created June 7, 2016 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerones/6536bb5b8391c322f9d0d5ede69587d3 to your computer and use it in GitHub Desktop.
Save nerones/6536bb5b8391c322f9d0d5ede69587d3 to your computer and use it in GitHub Desktop.
Example of schemacrawler to generate a ERD of a postgres database
SC_GRAPHVIZ_OPTS=-Gdpi=300 ./schemacrawler.sh -server=postgresql -c=graph -host=localhost -user=postgres -password= -database=gd -infolevel=standar -o=gd.png -outputformat=png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment