# Pastebin EguoQiM3 # Using Pg Driver for this block { my $*RED-DB = database "Pg"; my $person = Person.^create: :name; } -- Equivalent to the following query: INSERT INTO person( name ) VALUES( $1 ) RETURNING * -- BIND: ["Fernando"]