App-perlrdf

 view release on metacpan or  search on metacpan

bin/perlrdf  view on Meta::CPAN

      --password=password \
      --model=contacts_db

SQLite-backed stores are particularly easy to work with:

   $ perlrdf make_store --sqlite=/tmp/mydatabase.sqlite

If no store is specified on the command line, the C<PERLRDF_STORE>
environment variable is consulted.

	$ setenv PERLRDF_STORE "DBI;xyz;DBI:mysql:database=rdf;un;pw"
   $ perlrdf make_store

=head3 C<< perlrdf make_store >>

Initializes the store, creating empty data structures, etc.

If the store already exists this I<should> be non-destructive.

=head3 C<< perlrdf store_describe >>



( run in 0.537 second using v1.01-cache-2.11-cpan-3989ada0592 )