I want to know how to use direct SQL in Perl Catalyst Or something like named query.
Asked
Active
Viewed 278 times
1 Answers
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