-3

I want to know how to use direct SQL in Perl Catalyst Or something like named query.

Sega-Zero
  • 3,034
  • 2
  • 22
  • 46
jib
  • 1

1 Answers1

1

You want Catalyst::Model::DBIC::Schema. This is explained in chapter 3 ff. of the tutorial.

daxim
  • 39,270
  • 4
  • 65
  • 132
  • Hi Daxim, Thanks for your comment, But I am still not clear about this,can you provide me some examples, it would be great. – jib Jul 10 '13 at 07:09
  • Please read and work through the manual/tutorial, it comes with examples. – daxim Jul 10 '13 at 07:11