bhavindthakkar has asked for the wisdom of the Perl Monks concerning the following question:

I have some stored procedures written in mysql. To generate catalyst database model, I use following command:
#!/bin/sh rm lib/MyDBSchema/*.pm script/myapp_create.pl model MyDB DBIC::Schema MyDBSchema create=stati +c "dbi:mysql:myserver:localhost:3306" root rootpassword
By using this command, it doesnt include stored procedures for schema generation. What change do i make to include this? Cheers

Replies are listed 'Best First'.
Re: convert mysql database into catalyst model
by perrin (Chancellor) on May 18, 2007 at 12:44 UTC
    You might have better luck asking on the DBIx::Class mailing list.