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.
Asked
Active
Viewed 292 times
1 Answers
2
Odd that this question was never answered. Anyways I think what the poster is looking for is DBIx::Class::Schema::Loader

fod
- 258
- 2
- 8