Created
June 7, 2016 13:07
-
-
Save nerones/6536bb5b8391c322f9d0d5ede69587d3 to your computer and use it in GitHub Desktop.
Example of schemacrawler to generate a ERD of a postgres database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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