In this Perl programming tutorial, we will learn how to create custom views that can help us to write complicated SQL queries. We will also look at how to add relationships to our custom views to access related data.
Chapters:
00:00 Intro
01:05 Custom view
04:35 Relationships
07:40 Running custom view
10:28 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