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

com.twitter.scalding.jdbc.ConnectionSpec.scala Maven / Gradle / Ivy

The newest version!
package com.twitter.scalding.jdbc

case class ConnectUrl(get: String)
case class UserName(get: String)
case class Password(get: String)

/**
 * Pass your DB credentials to this class in a preferred secure way
 */
case class ConnectionSpec(connectUrl: ConnectUrl, userName: UserName, password: Password)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy