# Pastebin N6H1fedQ ❯ raku -I. -MRed -e 'model Bla {has $.id is serial; has Str $.value is column }; red-defaults "SQLite"; schema(Bla).drop.create; my $*RED-DEBUG = True; .say for Bla.^all.grep: { .value.fc.starts-with: "Jo".fc }' SQL : SELECT "bla".id , "bla".value FROM "bla" WHERE LOWER("bla".value) like 'jo%' BIND: []