in reply to [DbIx::Class] How to execute stored procedure?

I just wanted to point out that you don't have to use DBIx::Class together with Catalyst, you can code any model manually if you want to.

However it is very convenient ;-)

  • Comment on Re: [DbIx::Class] How to execute stored procedure?

Replies are listed 'Best First'.
Re^2: [DbIx::Class] How to execute stored procedure?
by dreel (Sexton) on May 27, 2007 at 12:18 UTC
    I just want to use common interface DBIx. And the reason is that I'm not so experienced to code model manually - I don't know how? If can show me an example it will be very useful.
      Hey! People! I've found the design of problem! It was totally unreachable for me till this night! Founded in Cookbook! Named as "Arbitrary SQL through a custom ResultSource" Peace of text:

      Arbitrary SQL through a custom ResultSource


      10x all for advice! Cookbook it's great!