script/easysaver_create.pl model ESDB DBIC::Schema EasySaver::Schema dbi:mysql:EasySaver:archeopteryx 'user' 'pass' '{ AutoCommit => 1 }'

We're getting closer now. Now I get an error that EasySaver::Schema
isn't found ... and the above didn't create it :(

My bad! Forgot one parameter...

script/easysaver_create.pl model ESDB DBIC::Schema EasySaver::Schema create=static dbi:mysql:EasySaver:archeopteryx 'user' 'pass' '{AutoCommit => 1}'

should do the trick :) Funny, you'd imagine the helper script would loudly complain if you don't tell it create=static but okay...

--
Ben van Staveren
phone: +62 81 70777529
email: [email protected]


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to