Skip to content

Instantly share code, notes, and snippets.

@drorm
Last active July 10, 2024 21:53
Show Gist options
  • Select an option

  • Save drorm/14ca3ac50d90cada44fa1d8f0e121bd1 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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