libraryDependencies += "com.precog" %% "quasar-destination-postgres" % <version>{
"connectionUri": String
[, "schema": String]
}connectionUri(REQUIRED): A Postgres connection URL without the leadingjdbc:. Examplepostgresql://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.