Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 632 Bytes

quasar-datasource-postgres Discord

Usage

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

Configuration

{
  "connectionUri": String
  [, "connectionPoolSize": Int]
}
  • connectionUri: the PostgreSQL connection URL without the leading jdbc:.
  • connectionPoolSize (optional): The size of the connection pool to use per-datasource, the default is 10 and should be sufficient for most deployments.