Re: [Catalyst] PostgreSQL as DB: schema and views (DBIx ?)

2010-03-29 Thread Roderick A. Anderson
Tomas Doran wrote: Roderick A. Anderson wrote: Or is this a DBIx only question? DBIx is a namespace for modules providing interfaces to DBI. It is -not- a project. If you're calling DBIx::Class DBIx, please stop because there are lots of other DBIx::* projects out there and it's unfair on th

Re: [Catalyst] PostgreSQL as DB: schema and views (DBIx ?)

2010-03-29 Thread Tomas Doran
Roderick A. Anderson wrote: Or is this a DBIx only question? DBIx is a namespace for modules providing interfaces to DBI. It is -not- a project. If you're calling DBIx::Class DBIx, please stop because there are lots of other DBIx::* projects out there and it's unfair on them (for DBIx::Class

[Catalyst] PostgreSQL as DB: schema and views (DBIx ?)

2010-03-29 Thread Roderick A. Anderson
I'll ask here first them move on if this is the wrong list. I am starting on a somewhat complex application that leans towards using schema and views in a PostgreSQL database. It is actually two applications that share some data but applications are accessed independently. The plan is to hav