it.agilelab.darwin.connector.postgres.ConfigurationKeys.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of darwin-postgres-connector_2.10 Show documentation
Show all versions of darwin-postgres-connector_2.10 Show documentation
Avro Schema Evolution made easy
The newest version!
package it.agilelab.darwin.connector.postgres
object ConfigurationKeys {
val TABLE: String = "table"
val HOST: String = "host"
val DATABASE: String = "db"
val USER: String = "username"
val PASSWORD: String = "password"
val MODE: String = "mode"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy