Re: [Catalyst] instantiating persistent DBHs: MyApp.pm? Model?

2007-06-24 Thread Todd Harris
Hi Matt - Thanks for the tip! Yep, this makes sense and works well. I'm still relying on my old code for an oo database with no driver. I'm looking to interface more directly with DBIC if possible in the future, but for now, things are working as expected. Thanks, Todd On Jun 24, 2007

[Catalyst] Handel 1.0 Released

2007-06-24 Thread Christopher H. Laco
After just over a year of development and testing, I'm pleased to finally announce the 1.0 release of Handel. The 1.0 release has undergone a major rewrite from the 0.3x series of releases and includes many new features and fixes. The new features include: DBIx::Class Support Handel now uses DBI

Re: [Catalyst] instantiating persistent DBHs: MyApp.pm? Model?

2007-06-24 Thread Matt S Trout
On Sun, Jun 24, 2007 at 12:17:27AM -0600, Todd Harris wrote: > Hi all - > > I'm a newb to Catalyst and am trying to retrofit some code into the > framework. In particular, I'm debating about the best place to > position some database handles. Most of these have their own APIs, > negating t