NAME

ObjStore - Perl extension for ObjectStore ODMS

SYNOPSIS

use ObjStore;

$osdir = ObjStore->schema_dir;
$DB = ObjStore::Database->open($osdir . "/perltest.db", 0, 0666);

try_update {
    $top = $DB->root('megabase', $DB->newHV('dict'));
    for (1..1000000000) $top->{$_} = "Wow-$_!";      # might run out of RAM?
};
print "[Abort] $@\n" if $@;

DESCRIPTION

Stub documentation for ObjStore was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited. [Yup.]

AUTHOR

Joshua Pritikin, pritikin@mindspring.com

SEE ALSO

ObjectStore Documentation