Created
December 11, 2019 04:17
-
-
Save sfdcale/0867fee2f81c88e8f128704b7f88afc3 to your computer and use it in GitHub Desktop.
How to generate Salesforce ER diagram
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
| 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