-
-
Save ArnaudValensi/96d99fd6562dc9f8672fa65ed7915239 to your computer and use it in GitHub Desktop.
SchemaSpy setup & usage
This file contains 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
brew install graphviz | |
# dowload https://github.com/schemaspy/schemaspy/releases/download/v6.0.0-rc1/schemaspy-6.0.0-rc1.jar | |
# download https://jdbc.postgresql.org/download.html | |
java -jar schemaspy-6.0.0-rc1.jar -t pgsql -db dbname -host localhost:5435 -u username -p ************ -o ./schemaspy -dp postgresql-9.4.1208.jre6.jar -s public -noads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment