Surreal-orm: Implement set_model, to allow fields and params in creation/update/relate. model
This is especially useful when working with transaction and you might want to pass param or field around. The standard struct only allows the field type values but this will use .set method under the hood but set method does not enforce exhaustive check
Surreal-orm: Implement set_model, to allow fields and params in creation/update/relate. model
This is especially useful when working with transaction and you might want to pass param or field around. The standard struct only allows the field type values but this will use
.set
method under the hood but set method does not enforce exhaustive check