RDF::Core::Storage::Postgres(3pUser Contributed Perl DocumentatiRDF::Core::Storage::Postgres(3pm)
NAME
RDF::Core::Storage::Postgres - PostgreSQL implementation of RDF::Core::Storage
SYNOPSIS
require RDF::Core::Storage::Postgres;
my $storage = new RDF::Core::Storage::Postgres((
ConnectStr=>'dbi:Pg:dbname=rdf',
DBUser=>'username',
Model=>'1',
));
my $model = new RDF::Core::Model (Storage => $storage);
DESCRIPTION
The storage is based on PostgreSQL database.
Interface
o new(%options)
Available options are:
o ConnectStr
Connect string (see PostgreSQL documentation)
o DBUser, DBPassword
Database username and pasword.
o Model
More then one model can be stored in one database, use Model to distinct between
them.
The rest of the interface is described in RDF::Core::Storage.
INSTALLATION
You need to have PostgreSQL database installed. Then run scripts in
dbmodel/pgsql/rdf-pgsql.sql and database will be created and ready for use.
LICENSE
This package is subject to the MPL (or the GPL alternatively).
AUTHOR
Ginger Alliance, rdf AT gingerall.cz
SEE ALSO
RDF::Core::Storage, RDF::Core::Model
perl v5.10.0 2006-07-14 RDF::Core::Storage::Postgres(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-25 01:51 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)