Bug#1030646: ITP: libbiblio-zotero-db-perl -- helper module to access the Zotero SQLite database
| Newsgroups | gmane.linux.debian.devel.perl |
|---|---|
| Message-ID | <Y+B0Mq7S958OXl0b__38717.9115250305$1675654424$gmane$org@deb12> |
Package: wnpp Owner: Mason James <[email protected]> Severity: wishlist X-Debbugs-CC: [email protected], [email protected] * Package name : libbiblio-zotero-db-perl Version : 0.004 Upstream Author : Zakariyya Mughal <[email protected]> * URL : https://metacpan.org/release/Biblio-Zotero-DB * License : Artistic or GPL-1+ Programming Lang: Perl Description : helper module to access the Zotero SQLite database Biblio::Zotero::DB provides a helper module to access a Zotero SQLite database Example code: use Biblio::Zotero::DB; use List::UtilsBy qw(min_by); # find the most recently modified my $newest = min_by { -M } @{Biblio::Zotero::DB->find_profile_directories}; my $db = Biblio::Zotero::DB->new( profile_directory => $newest ); # if there is an issue with the database lock here, # see Biblio::Zotero::DB::Role::CopyDB $db->schema->resultset('Item')->all; See also: https://metacpan.org/pod/DBIx::Class http://www.zotero.org/support/zotero_data Zotero is a free and open-source reference management software to manage bibliographic data and related research materials, such as PDF files. The package will be maintained under the umbrella of the Debian Perl Group. -- Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.