in reply to Re^3: Creating a model of a bad database
in thread Creating a model of a bad database

I haven't used DBIx::Class or another ORM module (this is long due actually...) but from a model perpective views are usually to drive queries. Inserts or Updates on views will be in general very database-dependent or even not supported (or via custom-made procedures that usually defeat the use of an ORM)

Am I missing something?

hth --stephan
  • Comment on Re^4: Creating a model of a bad database