In this Perl programming tutorial, we will look at various methods to help us to create data in database using DBIx.
Chapters:
00:00 Intro
00:20 METHOD: create
02:00 METHOD: find_or_create
05:00 METHOD: update_or_create
06: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