NAME

Handel::Schema::Cart - Schema class for cart table

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 loaded by Handel::Cart::Schema to read/write data to the cart table.

SEE ALSO

DBIx::Class::Schema

AUTHOR

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