Dan Pokorny > RDF-Core-0.31 > RDF::Core::Storage::DB_File

Download:
RDF-Core-0.31.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  3
View Bugs
Report a bug
Source   Latest Release: RDF-Core-0.51

NAME ^

RDF::Core::Storage::DB_File - Berkeley DB 1.x implementation of RDF::Core::Storage

SYNOPSIS ^

  require RDF::Core::Storage::DB_File;
  my $storage = new RDF::Core::Storage::DB_File(Name =>'./rdfdata',
                                                 MemLimit => 5000,
                                                );
  my $model = new RDF::Core::Model (Storage => $storage);

DESCRIPTION ^

The storage is based on DB_File module and is using tie mechanism to access data.

Interface

The rest of the interface is described in RDF::Core::Storage.

LICENSE ^

This package is subject to the MPL (or the GPL alternatively).

AUTHOR ^

Ginger Alliance, rdf@gingerall.cz

SEE ALSO ^

DB_File, RDF::Core::Storage, RDF::Core::Enumerator::Memory, RDF::Core::Enumerator::DB_File, RDF::Core::Model