Infer the object shape of a persisted database row from an object schema.
This is useful for mapper code and raw-query helpers where InferType<T> is too strict because optional schema properties can come back as null from SQL.
InferType<T>
null
Infer the object shape of a persisted database row from an object schema.
This is useful for mapper code and raw-query helpers where
InferType<T>is too strict because optional schema properties can come back asnullfrom SQL.