Initializer
init(prefix:keyDecodingStrategy:userInfo:)
Create a configured
SQLRowDecoder.init(prefix: String? = nil, keyDecodingStrategy: SQLRowDecoder.KeyDecodingStrategy = .useDefaultKeys, userInfo: [CodingUserInfoKey : any Sendable] = [:])
Parameters
prefixThe key prefix to use for column names. See
prefixfor details.keyDecodingStrategyThe strategy to use for translating column names to keys. See
keyDecodingStrategyfor details.userInfoKey-value pairs to provide as user info to the underlying decoder.