libraryDependencies += "com.precog" %% "quasar-datasource-postgres" % <version>
{
"connectionUri": String
[, "connectionPoolSize": Int]
}
connectionUri
: the PostgreSQL connection URL without the leadingjdbc:
.connectionPoolSize
(optional): The size of the connection pool to use per-datasource, the default is 10 and should be sufficient for most deployments.