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

NAME

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

VERSION

Version 0.122

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.