# Pastebin eCIfE3u6 raku -I. -MRed -e ' model Bla is temp { has $.id is serial } red-defaults "SQLite"; my $*RED-DEBUG = True; Bla.^table = "Ble"; Bla.^create-table ' SQL : CREATE TEMPORARY TABLE Ble( id integer NOT NULL primary key AUTOINCREMENT ) BIND: []