Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Do I need a database model?

by moritz (Cardinal)
on Mar 10, 2014 at 15:12 UTC ( [id://1077705]=note: print w/replies, xml ) Need Help??


in reply to Do I need a database model?

Just the other day I wrote a DBIx::Class-backed application where the database only has two tables.

What DBIx::Class simplifies a lot is basic CRUD (Create/Read (select)/Update/Delete) operations, as well as stuff like prefetching related tables.

It also has a learning overhead, so the first time you use it, you might spend more time learning it than if you used plain DBI.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-25 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found