In this Perl programming tutorial, we will look at how we can insert relational data for has_one, has_many and belongs_to relationships. We will also explore how we can insert relational data in bulk using the populate method.
Chapters:
00:00 Intro
00:25 has_many/has_one
03:35 belongs_to
05:52 populate
08:40 Outro
Docs:
https://metacpan.org/pod/DBIx::Class
https://metacpan.org/pod/DBIx::Class::Schema
https://metacpan.org/pod/DBIx::Class::ResultSet
https://metacpan.org/pod/DBIx::Class::Row
Tags:
#Perl #PerlProgramming #CodingInPerl #PerlDevelopment