NAME

Schema - Example DBIx::Class schema used by the D distribution

SYNOPSIS

# DbAccess configuration (example)
{
  DbAccess => {
    schema => 'Schema',
    # ... DSN/USER/PASS or DRVR/NAME/HOST/PORT ...
  }
}

DESCRIPTION

This module is an example DBIx::Class::Schema base class shipped with the distribution.

It is intentionally minimal and is marked as an example (hidden from PAUSE). Real applications are expected to provide their own schema classes.

METHODS

load_namespaces

This schema uses load_namespaces and sets default_resultset_class to Schema::ResultSet.

SEE ALSO

D, DBIx::Class::Schema, Schema::Result, Schema::ResultSet