Hetchet
Hetchet
Any new improvements planned? What's holding you from merging it finally?
Oh, okay. It's working now, thank you @houten11! But do I get it right that it's not possible to "extend" model for scanning? E.g. I can't do something lile this:...
@houten11 By extend I mean to have another named struct type, that has all the fields of models (via embedding the model struct) + some extras, e.g. joined models. Something...
Yeah, that's exactly what I've been looking for. Thank you! 🔥 ----- ### UPD _The issue is cause there is no `sql:"primary_key"` tag for `Record.ID` field. However, it's not clear...