The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Mojolicious::Plugin::RoutesAuthDBI::Sth

¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !

NAME

Mojolicious::Plugin::RoutesAuthDBI::Sth - is a DBI statements hub for Mojolicious::Plugin::RoutesAuthDBI classes.

SYNOPSIS

    my $sth = bless [$dbh, {}, $schema], 'Mojolicious::Plugin::RoutesAuthDBI::Sth';
    $sth->init(pos => 'POS/Pg.pm');
    my $r = $dbh->selectrow_hashref($sth->sth('foo name'));

DESCRIPTION

Singleton dictionary of DBI statements.

SEE ALSO

DBIx::POS::Template