From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

my $data = Test::DataLoader::MySQL->init();
$data->add('foo', 1,
{
id => 1,
name => 'aaa',
},
['id']);
$data->add('foo', 2,
{
id => 2,
name => 'bbb',
},
['id']);