Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)

by phaylon (Curate)
on Jul 31, 2008 at 11:16 UTC ( [id://701395]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)
in thread Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)

Static class metadata generation is a feauture of Rose::DB::Object only. This is distinct from dynamic run-time generation, which is present in DBIx::Class too. Rose::DB::Object lets you generate the code from the database and then save it in a static manner.
That's incorrect. DBIx-Class' Loader implementations have been able to do that for some time now. See DBIx::Class::Schema::Loaders dump_to_dir method.

Ordinary morality is for ordinary people. -- Aleister Crowley
  • Comment on Re^3: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)
  • Download Code

Replies are listed 'Best First'.
Re^4: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)
by aulusoy (Scribe) on Jul 31, 2008 at 20:01 UTC

    Thank you for the comment and the pointer. I've fixed the comparison accordingly.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-23 22:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found