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 = Mojolicious::Plugin::RoutesAuthDBI::Sth->new(
  $dbh,
  file => 'POS/Pg.pm',
  schema => 'access',
);
my $r = $dbh->selectrow_hashref($sth->sth('foo name'));

DESCRIPTION

Dictionary of DBI statements parses from POS-file.

OPTIONS on new()

$dbh

DBI handle

file

Filename POS perl file, relative from place dir of this package.

schema

Postgesql db schema name

SEE ALSO

DBIx::POS::Template