In this Perl programming tutorial, we will learn how to implement custom ResultSet methods. We will also look at how to create a base ResultSet with commonly used methods that all other ResultSet classes can inherit from.
Chapters:
00:00 Intro
01:10 Custom ResultSet classes
03:53 Using custom ResultSet method
04:45 Another custom ResultSet method
07:15 Custom global ResultSet
13:02 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