@Kwestor może taki generator zapytań z abstract traitów ?
_
Jerzy Müller
@Kwestor
Nie do końca rozumiem, chcesz dodać do Unicorna funkcjonalność z tego czegoś?
Ok, już chyba widzę
chodzi o możliwość napisania samych sygnatur metod i dostania implementacji automatem?
na zasadzie konwencji "getXbyY" czy jakiejś innej
koide
@koide
hi, I can't find in the docs how to create a IdTable for a table that's a M:N relationship helper. I mean users have their UserId as per example, surveys have their SurveyId as per example. I want to build a participants table contanining a UserId and a SurveyId and have that as a PK. Is this feasible with Unicorn? Or I should use a surrogate key to be able to use unicorn in this case, and have a participantid as PK and then the references to userid and surveyid?