We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FluentSQLiteConfiguration.swift
1 parent 40303a2 commit 9cc162dCopy full SHA for 9cc162d
Sources/FluentSQLiteDriver/FluentSQLiteConfiguration.swift
@@ -58,7 +58,7 @@ extension DatabaseConfigurationFactory {
58
///
59
/// - Parameters:
60
/// - configuration: The underlying `SQLiteConfiguration`.
61
- /// - maxConnnectionsPerEventLoop: Ignored. The value is always treated as 1.
+ /// - maxConnectionsPerEventLoop: Ignored. The value is always treated as 1.
62
/// - dataEncoder: An `SQLiteDataEncoder` used to translate bound query parameters into `SQLiteData` values.
63
/// - dataDecoder: An `SQLiteDataDecoder` used to translate `SQLiteData` values into output values.
64
/// - queryLogLevel: The level at which SQL queries issued through the Fluent or SQLKit interfaces will be logged.
0 commit comments