Skip to content

Commit

Permalink
Redshift support (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraw-amzn authored Nov 5, 2024
1 parent 6518849 commit 5caa33d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ c3p0.jdbcUrl=jdbc-secretsmanager:mysql://example.com:3306
# c3p0.user=secretId
# c3p0.driverClass=com.amazonaws.secretsmanager.sql.AWSSecretsManagerMSSQLServerDriver
# c3p0.jdbcUrl=jdbc-secretsmanager:sqlserver://example.com:1433

# Redshift example
# c3p0.user=secretId
# c3p0.driverClass=com.amazonaws.secretsmanager.sql.AWSSecretsManagerRedshiftDriver
# c3p0.jdbcUrl=jdbc-secretsmanager:redshift://example.com:5439

```

The only changes that need to happen in the c3p0 config are to:
Expand Down

0 comments on commit 5caa33d

Please sign in to comment.