in reply to Re: 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)

Thank you for the link. It's really good and detailed.

However, I don't see how executing SQL is easy with Rose::DB::Object. I've read the docs, but the only way I could find was to access the dbh and call DBI methods on it. That breaks the link with the ORM. Is there an other way that I am missing?

  • Comment on Re^2: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)

Replies are listed 'Best First'.
Re^3: Perl ORM comparison (Class::DBI vs. DBIx::Class vs. Rose::DB::Object)
by perrin (Chancellor) on Jul 31, 2008 at 20:44 UTC
    Look at get_objects_from_sql() and make_manager_method_from_sql().