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 s开发者_如何学运维omething about loaders, but i did not know where they are really used.
Odd that this question was never answered. Anyways I think what the poster is looking for is DBIx::Class::Schema::Loader
精彩评论