Table creation/Postal addresses: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comment: Perl 6 --> Raku)
Line 1,020: Line 1,020:
{{works with|Rakudo|2017.09}}
{{works with|Rakudo|2017.09}}


Like Perl DBI, Perl 6 DBIish supports many different databases. An example using SQLite is shown here.
Like Perl DBI, Raku DBIish supports many different databases. An example using SQLite is shown here.


<lang perl6>use DBIish;
<lang perl6>use DBIish;