[Catalyst] DBD::SQLite::db prepare failed: file is encrypted (26)
Matt S Trout
dbix-class at trout.me.uk
Thu May 4 15:55:04 CEST 2006
Isaac Praveen wrote:
>
> Hi,
>
> I get this error when I run a Catalyst App that uses sqlite
> $ script/app_create.pl model CDBI CDBI dbi:SQLite:app.db
I'd strongly advise against attmepting to use Class::DBI for new
development. The current best route is to use DBIx::Class and
Catalyst::Model::DBIC::Schema - hence why you get these in
Task::Catalyst and not any Class::DBI stuff.
More information about the Catalyst
mailing list