Handel::Cart::Schema - Default Schema class for Handel::Cart


NAME

Handel::Cart::Schema - Default Schema class for Handel::Cart


SYNOPSIS

    use Handel::Cart::Schema;
    use strict;
    use warnings;
    
    my $schema = Handel::Cart::Schema->connect;
    
    my $cart = $schema->resultset("Carts")->find('12345678-9098-7654-3212-345678909876');


DESCRIPTION

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


SEE ALSO

the Handel::Schema::Cart manpage, the Handel::Schema::Cart::Item manpage, the DBIx::Class::Schema manpage


AUTHOR

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