The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Dochazka::REST::dbh - database handle module (parent of data model classes)

VERSION

Version 0.125

DESCRIPTION

This module is the parent of all the data model classes. Its sole purpose is to transparently provide the data model classes with a database handle.

METHODS

init

Something like a constructor.

dbh

Something like an instance method, to be accessed via inheritance.

status

Report whether the database server is up or down.