Instance MethodSQLiteNIO
decode(model:prefix:keyDecodingStrategy:userInfo:)
Deprecated
Use SQLiteRow.sql(decoder:) to access an SQLiteRow as an SQLRow.
func decode<D>(model: D.Type, prefix: String? = nil, keyDecodingStrategy: SQLRowDecoder.KeyDecodingStrategy = .useDefaultKeys, userInfo: [CodingUserInfoKey : any Sendable] = [:]) throws -> D where D : Decodable