[Catalyst] Instant CRUD with DBIC::Schema
Zbigniew Lukasiak
zzbbyy at gmail.com
Mon Mar 10 12:14:09 GMT 2008
Hi Peter,
On Wed, Feb 20, 2008 at 7:48 PM, Peter Karman <peter at peknet.com> wrote:
>
> Also look at CatalystX::CRUD::Model::DBIC. Feedback appreciated.
>
I had today another look at CatalystX::CRUD - it is promising, but I
think there is too many indirection layers in it. For DBIC it
requires configuration of both CatalystX::CRUD::Model::DBIC and
CatalystX::CRUD::Object::DBIC. I believe it could work with just one
- for example CatalystX::CRUD::Model::DBIC where you could configure
what methods on the object and how to call them to implement the
needed interface.
Or perhaps you could all of it move to CatalystX::CRUD::Model and add
configuration to interface it to DBIC and RDBO - they are not that
different.
What do you think? I believe some reduction of the number of modules
used will simplify the whole thing. Maybe we could start the
discussion with what you interface you need from the database model?
--
Zbigniew Lukasiak
http://brudnopis.blogspot.com/
More information about the Catalyst
mailing list