NAME

Biblio::Zotero::DB::Schema

VERSION

version 0.004

SYNOPSIS

$schema = Biblio::Zotero::DB::Schema->connect(
  'dbi:SQLite:dbname='.'/path/to/profile/zotero.sqlite',
  '', '',
  { zotero_storage_directory => '/path/to/profile/storage' },
);

ATTRIBUTES

zotero_storage_directory

a string the storage directory for attachments associated with the database. This is optional and can be set by using the connection attribute zotero_storage_directory.

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.