# Pastebin CrAvcoN8 $ perl6 -Ilib -e ' use Red; model M is table { has Str $.a is column; has Bool $.b is column } my $*RED-DB = database "SQLite"; M.^create-table; M.^all.map: { next if .b; .a } ' when b == True => next when b == False => a