Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 21, 2022 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/36461ee4187168cb9fe7ba058541fad2 to your computer and use it in GitHub Desktop.
Save Whateverable/36461ee4187168cb9fe7ba058541fad2 to your computer and use it in GitHub Desktop.
Whateverable
2022-08-14T09:35:07Z #raku <SmokeMachine> Nemokosch: you can try playing with ResultSeqs if you want… `use Red; model Bla { has $!id is serial; has Int $.value }; red-defaults “SQLite”; my $*RED-DEBUG = True; Bla.^create: :value(^100 .pick) xx 10; .say for Bla.^all.grep(*.id < 30).map: *.value` something like this will use in memory SQLite and print the generated SQL…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment