Auto Generate Objects in DBIx::Class ORM in Perl

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-03-09T14:43:02Z Indexed on 2010/05/14 10:14 UTC
Read the original article Hit count: 305

Filed under:
|
|
|
|

Hello,

I started learning DBIx::class and I reach the point where you have to create the Objects that represents tables. Should this classes be created manually ( hard coding all the fields and relationships.....) or there is a way to generate them automatically using the database schema. I read something about loaders, but i did not know where they are really used.

Please advice. Thanks

© Stack Overflow or respective owner

Related posts about auto

Related posts about generate