Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Associating Moose class with database table

by Your Mother (Archbishop)
on Jun 13, 2018 at 15:54 UTC ( [id://1216570]=note: print w/replies, xml ) Need Help??


in reply to Associating Moose class with database table

There is a bit of an implication here the DBIx::Class is Moose based. It's not. It can work with it if tooled carefully. I don't recommend it; or Moose at this point. In my view, it's too big, too slow, and does too much for its average/median use case.

  • Comment on Re: Associating Moose class with database table

Replies are listed 'Best First'.
Re^2: Associating Moose class with database table
by 1nickt (Canon) on Jun 13, 2018 at 16:21 UTC

    In my view, (Moose is) too big, too slow, and does too much for its average/median use case.

    I agree, and use Moo by preference wherever possible, including in some DBIx::Class result classes. However, the OP is all-in with Moose, I believe.

    (Some people would make the same statement about DBIx::Class. There is a lot of careful tooling required to effectively use it even without adding the Moose layer. Most applications don't warrant the extended effort required to make it work well, so using it in those applications can easily become an exercise in frustration. For larger frameworks it becomes indispensable, as does Moose in certain cases of its own.)


    The way forward always starts with a minimal test.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found