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

NAME

DBIx::Changeset::Loader::Pg - factory object for loading changesets into a PostgreSQL database

SYNOPSIS

Perhaps a little code snippet.

    use DBIx::Changeset::Loader;

    my $foo = DBIx::Changeset::Loader->new('Pg', $opts);
    ...
        $foo->apply_changeset($record);

METHODS

start_transaction This is the start_transaction interface to implement in your own class

commit_transaction This is the commit_transaction interface to implement in your own class

rollback_transaction This is the rollback_transaction interface to implement in your own class

apply_changeset This is the apply_changeset interface to implement in your own class

COPYRIGHT & LICENSE

Copyright 2004-2008 Grox Pty Ltd.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.