We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new example on #17:
model Artist { has UInt $.id is column{ :id }; has CD @.cds is relationship{ .artist-id }; has Tracks @.tracks = $!cds.flatmap: *.tracks; }