in reply to Re^3: Design Question - I've gone object mad!
in thread Design Question - I've gone object mad!

Hi Mom,

I'm sure I'm aware of DBIx::Class and what it can/does do, but again it is natively tied to a database, something we may not be using in the future, so for that reason, I am modelling above the database/dbix::class layer.

My models may well use DBIx::Class internally when they are talking to a database, but that is internal.

Hopefully you see now that I am designing a layer above the modelling of the storage engine being used.

  • Comment on Re^4: Design Question - I've gone object mad!