Back to Browse

Object-Relational Mapping: Updating Data | #11 Perl DBIx Tutorial

48 views
May 8, 2024
9:43

In this Perl programming tutorial, we will look at how we can update data in our database via DBIx using various methods. We will also explore what are the differences between these update methods. Chapters: 00:00 Intro 00:20 Method: update 02:40 Method: update_all 04:11 Method: update_or_create 06:17 Method: update_or_new 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

Download

0 formats

No download links available.

Object-Relational Mapping: Updating Data | #11 Perl DBIx Tutorial | NatokHD