Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 22, 2019 16:04
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/b15d1a62aefc2ad139506f71a3983834 to your computer and use it in GitHub Desktop.
Save Whateverable/b15d1a62aefc2ad139506f71a3983834 to your computer and use it in GitHub Desktop.
evalable6
use lib ‘data/all-modules/cpan/FCO/Red/lib’; use Red; model Bla { has UInt $.id is serial }; my $*RED-DB = database "SQLite"; Bla.^create-table; Bla.^create for ^5; .say for Bla.^all
(exit code 1)
===SORRY!===
Could not find DBIish at line 1 in:
file#/home/bisectable/git/whateverable/data/all-modules/cpan/FCO/Red/lib
file#/home/bisectable/git/whateverable/sandbox/lib
inst#/home/bisectable/.perl6
inst#/tmp/whateverable/rakudo-moar/71646ead96be0fae7b435c99693e23fc28e7c5b3/share/perl6/site
inst#/tmp/whateverable/rakudo-moar/71646ead96be0fae7b435c99693e23fc28e7c5b3/share/perl6/vendor
inst#/tmp/whateverable/rakudo-moar/71646ead96be0fae7b435c99693e23fc28e7c5b3/share/perl6/core
ap#
nqp#
perl5#
in sub database at /home/bisectable/git/whateverable/data/all-modules/cpan/FCO/Red/lib/Red/Database.pm6 (Red::Database) line 7
in block <unit> at /tmp/GsWrQPUVy1 line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment