Separate util for injecting the default implicit identifier for performance
reasons. The full ModelIdentifer util needs to extract types from the fields
matching the explicitly defined field types. Contrast that to injecting PK
fields into the model, which is only done specifically when the default of
readonly id: string is being injected IF AND ONLY IF another id field is
not already present on the model.
Separate util for injecting the default implicit identifier for performance reasons. The full ModelIdentifer util needs to extract types from the fields matching the explicitly defined field types. Contrast that to injecting PK fields into the model, which is only done specifically when the default of
readonly id: string
is being injected IF AND ONLY IF anotherid
field is not already present on the model.