Skip to content

Instantly share code, notes, and snippets.

@sfdcale
Created December 11, 2019 04:17
Show Gist options
  • Select an option

  • Save sfdcale/0867fee2f81c88e8f128704b7f88afc3 to your computer and use it in GitHub Desktop.

Select an option

Save sfdcale/0867fee2f81c88e8f128704b7f88afc3 to your computer and use it in GitHub Desktop.
How to generate Salesforce ER diagram
java -cp schemaSpy_5.0.0.jar:force-metadata-jdbc-driver-2.3.jar net.sourceforge.schemaspy.Main -t force -u Myusername -p Mypassword -font Arial -fontsize 8 -hq -norows -o doc -db Myorgname -desc "Extracted from Myorgname" -connprops url\\=https://test.salesforce.com/services/Soap/u/23.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment