NAME

DBI::UserFrontEnd - user customizable version of the DBI::FrontEnd manpage.


DESCRIPTION

Defines all constants related to actual podius relational database. See the DBI::FrontEnd manpage for more details.


SYNOPSIS

  use Podius;
  use DBI::UserFrontEnd;
  my $db = DBI::UserFrontEnd->new(@params);


SEE ALSO

the DBI::FrontEnd manpage.