Build Status

NAME

DBIx::Handler::Sunny - DBIx::Handler meets Sunny

SYNOPSIS

use DBIx::Handler::Sunny;
my $handler = DBIx::Handler::Sunny->new($dsn, $user, $pass, $opts);
my $col = $handler->select_one('SELECT ...');
my $row = $handler->select_row('SELECT ...');
my $rows = $handler->select_all('SELECT ...');

DESCRIPTION

DBIx::Handler::Sunny is a DBI handler with some useful interface. It ads DBIx::Handler to methods for selecting a column or row(s).

The methods are taken from DBIx::Sunny.

METHODS

SEE ALSO

DBIx::Handler

DBIx::Sunny

LICENSE

Copyright (C) INA Lintaro

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

INA Lintaro tarao.gnn@gmail.com