Type Method
postgres(configuration:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:decoder:sqlLogLevel:)
static func postgres(configuration: PostgresConfiguration, maxConnectionsPerEventLoop: Int = 1, connectionPoolTimeout: TimeAmount = .seconds(10), encoder: PostgresDataEncoder = .init(), decoder: PostgresDataDecoder = .init(), sqlLogLevel: Logger.Level = .debug) -> DatabaseConfigurationFactory