Type Method
postgres(url:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:sqlLogLevel:)
static func postgres(url: String, maxConnectionsPerEventLoop: Int = 1, connectionPoolTimeout: TimeAmount = .seconds(10), encoder: PostgresDataEncoder, sqlLogLevel: Logger.Level = .debug) throws -> DatabaseConfigurationFactory