0

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.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Sam
  • 47
  • 7

1 Answers1

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