Instance MethodSQLiteNIO
decode(model:with:)
Deprecated
Use SQLiteRow.sql(decoder:) to access an SQLiteRow as an SQLRow.
func decode<D>(model: D.Type, with: SQLRowDecoder) throws -> D where D : Decodable
Instance MethodSQLiteNIO
Deprecated
Use SQLiteRow.sql(decoder:) to access an SQLiteRow as an SQLRow.
func decode<D>(model: D.Type, with: SQLRowDecoder) throws -> D where D : Decodable