Skip Menu |

This queue is for tickets about the Catalyst-Model-KiokuDB CPAN distribution.

Report information
The Basics
Id: 59524
Status: new
Priority: 0/
Queue: Catalyst-Model-KiokuDB

People
Owner: Nobody in particular
Requestors: SHLOMIF [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Catalyst-Model-KiokuDB is Poorly Documented
Hi, I'm trying to use this module and the documentation is heavily lacking: 1. I cannot understand how to specify these configuration parameters to the KiokuDB instance: my $dir = KiokuDB->connect( "dbi:SQLite:dbname=./insurgent-auth.sqlite", create => 1, columns => [ email => { data_type => "varchar", is_nullable => 1, }, ], ); 2. I'm not sure exactly how to configure the dsn in the Catalyst app config. See: http://search.cpan.org/~nuffin/Catalyst-Model-KiokuDB-0.11/lib/Catalyst/Model/KiokuDB.pm [quote] # this is probably best put in the catalyst config file instead: [/quote] (but where?) Please improve the documentation. Regards, -- Shlomi Fish