Skip to content

Instantly share code, notes, and snippets.

@drorm
Last active October 20, 2023 12:49
Show Gist options
  • Save drorm/14ca3ac50d90cada44fa1d8f0e121bd1 to your computer and use it in GitHub Desktop.
Save drorm/14ca3ac50d90cada44fa1d8f0e121bd1 to your computer and use it in GitHub Desktop.
schemaspy for redshift
# type of database. Run with -dbhelp for details
schemaspy.t=redshift
# optional path to alternative jdbc drivers.
schemaspy.dp=./RedshiftJDBC42-1.2.7.1003.jar
# database properties: host, port number, name user, password
schemaspy.host=xxxxx.yyyy.eu-west-1.redshift.amazonaws.com
schemaspy.port=5439
schemaspy.db=test
schemaspy.u=test
schemaspy.p=***************
# output dir to save generated files
schemaspy.o=schemaspy
# db scheme for which generate diagrams
schemaspy.s=public
@asdfgeoff
Copy link

This is very helpful, thank you for writing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment