Google


NAME

RDF::Core::Storage - An abstract ancestor of storage implementations


SYNOPSIS

  use RDF::Core::Storage;


DESCRIPTION

Storage is the place where statements reside. It can add, remove, count and get statements and ask about their existence.

Interface


LICENSE

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


AUTHOR

Ginger Alliance, rdf@gingerall.cz


SEE ALSO

RDF::Core::Storage::Memory, RDF::Core::Storage::DB_File, RDF::Core::Storage::Postgres