All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db-connector-redshift_2.12.4e6e2e40.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
redshiftdb {
  // By default the connector will look under 'redshiftdb' for
  // slick- and hikari-specific configs
  dataSourceClass = "slick.jdbc.DatabaseUrlDataSource"
  properties = {
    driver   = "com.amazon.redshift.jdbc42.Driver"
    url      = ""
    user     = ""
    password = ""
  }
  idleTimeout = 1 minutes
  connectionTimeout = 3 seconds
  maxConnections = 10
  numThreads     = 10
  queueSize      = 100
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy