Skip to content

Instantly share code, notes, and snippets.

@ArnaudValensi
Forked from arnaudbesnier/schemaspy.sh
Created September 11, 2017 16:44
Show Gist options
  • Save ArnaudValensi/96d99fd6562dc9f8672fa65ed7915239 to your computer and use it in GitHub Desktop.
Save ArnaudValensi/96d99fd6562dc9f8672fa65ed7915239 to your computer and use it in GitHub Desktop.
SchemaSpy setup & usage
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