in reply to Re^2: Moose + ORM
in thread Moose + ORM
Upon rereading KiokuDB and the original post, I think I got it backwards. You can tell KiokuDB about which columns of your object you want to have as "search columns", that is, real SQL database columns, but it doesn't work the other way around, intuiting the structure of your (ORM) objects from the table structure. Something like MooseX::DBI::Loader, grafting DBIx::Class::Loader onto Moose would be needed, but I'm unaware of that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Moose + ORM
by Anonymous Monk on Jul 23, 2009 at 18:54 UTC |