The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bigtop::Example::Billing::Model - schema class for Billing

SYNOPSIS

In your base module:

    use Bigtop::Example::Billing::Model;
    sub schema_base_class { return 'Bigtop::Example::Billing::Model'; }
    use Gantry::Plugins::DBIxClassConn qw( get_schema );
    use Bigtop::Example::Billing::Model::my_company qw( $MY_COMPANY );
    use Bigtop::Example::Billing::Model::customer qw( $CUSTOMER );
    use Bigtop::Example::Billing::Model::line_item qw( $LINE_ITEM );
    use Bigtop::Example::Billing::Model::invoice qw( $INVOICE );
    use Bigtop::Example::Billing::Model::status qw( $STATUS );

DESCRIPTION

This module was generated by Bigtop. But, feel free to edit it. You might even want to update these docs.

get_db_options

The generated version sets AutoCommit to 1, this assumes that you will do all transaction work via the DBIx::Class API.

DEPENDENCIES

    Gantry::Utils::DBIxClass
    Bigtop::Example::Billing::GENModel

AUTHOR

Phil Crow Tim Keefer

COPYRIGHT AND LICENSE

Copyright (C) 2006 Phil Crow

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.