Type Method
sqlite(_:maxConnectionsPerEventLoop:connectionPoolTimeout:dataDecoder:sqlLogLevel:)
Shorthand for
sqlite(_:maxConnectionsPerEventLoop:connectionPoolTimeout:dataEncoder:dataDecoder:sqlLogLevel:).static func sqlite(_ config: SQLiteConfiguration = .memory, maxConnectionsPerEventLoop: Int = 1, connectionPoolTimeout: TimeAmount = .seconds(10), dataDecoder: SQLiteDataDecoder, sqlLogLevel: Logger.Level?) -> DatabaseConfigurationFactory