Type Method
postgres(configuration:maxConnectionsPerEventLoop:connectionPoolTimeout:encodingContext:sqlLogLevel:)
postgres(configuration:maxConnectionsPerEventLoop:connectionPoolTimeout:encodingContext:decodingContext:sqlLogLevel:) with the decodingContext defaulted.static func postgres(configuration: SQLPostgresConfiguration, maxConnectionsPerEventLoop: Int = 1, connectionPoolTimeout: TimeAmount = .seconds(10), encodingContext: PostgresEncodingContext<some PostgresJSONEncoder>, sqlLogLevel: Logger.Level = .debug) -> DatabaseConfigurationFactory