views:

42

answers:

1

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

+1  A: 

Odd that this question was never answered. Anyways I think what the poster is looking for is DBIx::Class::Schema::Loader

fod