Skip to content

precog/quasar-destination-postgres

Repository files navigation

quasar-destination-postgres Discord

Usage

libraryDependencies += "com.precog" %% "quasar-destination-postgres" % <version>

Configuration

{
  "connectionUri": String
  [, "schema": String]
}
  • connectionUri (REQUIRED): A Postgres connection URL without the leading jdbc:. Example postgresql://localhost:5432/db?user=alice&password=secret.
  • schema (OPTIONAL): The name of the schema to use for all database objects, uses the server default if omitted.