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

Name

Object::Relation::Handle::DB::Pg - Postgres specific behavior for Object::Relation::Handle::DB

Synopsis

  use Object::Relation::Handle;

  my $store = Object::Relation::Handle->load('DB');

  $store->connect('dbi:Pg:obj_rel', $user, $pw);

  my $coll = $store->search('Object::Relation::SubClass' =>
                            attr => 'value');

Description

This class implements Postgres-specific behavior for the Object::Relation storage API, by overriding Object::Relation::Handle::DB methods as needed.

Copyright and License

Copyright (c) 2004-2006 Kineticode, Inc. <info@obj_relode.com>

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