Handel::Order::Schema - Default Schema class for Handel::Order


Handel documentation  | view source Contained in the Handel distribution.

Index


NAME

Top

Handel::Order::Schema - Default Schema class for Handel::Order

SYNOPSIS

Top

    use Handel::Order::Schema;
    use strict;
    use warnings;

    my $schema = Handel::Order::Schema->connect;

    my $cart = $schema->resultset("Orders")->find('12345678-9098-7654-3212-345678909876');

DESCRIPTION

Top

Handel::Schema::Order is the default schema class used for all reading/writing in Handel::Order.

SEE ALSO

Top

Handel::Schema::Order, Handel::Schema::Order::Item, DBIx::Class::Schema

AUTHOR

Top

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/


Handel documentation  | view source Contained in the Handel distribution.