Type MethodFluentKit
postgres(url:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:sqlLogLevel:)
Deprecated
Use `.postgres(url:maxConnectionsPerEventLoop:connectionPoolTimeout:encodingContext:decodingContext:sqlLogLevel:)` instead.
static func postgres(url: String, maxConnectionsPerEventLoop: Int = 1, connectionPoolTimeout: TimeAmount = .seconds(10), encoder: PostgresDataEncoder, sqlLogLevel: Logger.Level = .debug) throws -> DatabaseConfigurationFactory