In this Perl programming tutorial, we will look at how we can delete data from our database via DBIx using two methods and what are the key differences between these two delete methods.
Chapters:
00:00 Intro
00:12 Method: delete
01:52 Method: delete_all
09:32 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