Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Terminology: Is DBIx::Class an ORM?

by cavac (Parson)
on Jun 02, 2021 at 13:29 UTC ( [id://11133421]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11133421]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found