NAME

Strehler::Schema - DBIx::Class Schema for Strehler database tables

DESCRIPTION

This is the DBIX::Class schema used to access Strehler database tables. It was created by DBIx::Class::Schema::Loader using a database generated from the SQL scripts written for Strehler. For details about scripts: https://github.com/cym0n/strehler/tree/master/SQL.

SYNOPSIS

You can directly use this module in your Dancer2::Plugin::DBIC configuration as schema.

plugins:
    DBIC:
        default:
            dsn: dbi:some:database
            schema_class: Strehler::Schema