Created
August 22, 2019 16:04
Star
You must be signed in to star a gist
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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