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