in reply to Terminology: Is DBIx::Class an ORM?

A way to represent a data model in OOP where every table is a class, and every row an object of that class.

Sounds kinda slow, especially working with large data sets.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

Replies are listed 'Best First'.
Re^2: Terminology: Is DBIx::Class an ORM?
by LanX (Saint) on Jun 02, 2021 at 15:17 UTC
    An OO front-end doesn't necessarily mean that the implementation at the back-end is slow.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery