SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-SQLite-Work rpm build for : openSUSE Tumbleweed. For other distributions click perl-SQLite-Work.

Name : perl-SQLite-Work
Version : 0.1601 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.73 Date : 2024-08-05 20:05:36
Group : Development/Libraries/Perl Source RPM : perl-SQLite-Work-0.1601-1.73.src.rpm
Size : 0.72 MB
Packager : (none)
Summary : Report On and Update an Sqlite Database
Description :
SQLite::Work is a perl module for interfacing with an SQLite database. It
can be used to:

* generate _nice_ HTML (and non-HTML) reports, which

* have nested headers

* have grouped data which clusters under the headers

* can be sorted on multiple columns

* can be customized with templates (both headers and body) which include some
simple formatting for column values, for example:

simple HTMLize
titles (Title,The becomes The Title)
names (Nurk,Fred becomes Fred Nurk)
month names
truncation

(see Text::NeatTemplate)

* one can select the columns and their order even if one isn\'t using
templates

* default templates can be selected which present the data in tables, in
paragraphs (Column:Value) or in lists.

* can be split into multiple HTML pages, with automatic index-page
generation; the split can be on the values of a given column, and/or by
number of rows

* use a generic search CGI script (\"show.cgi\" using SQLite::Work::CGI) which

* can search on all the fields in a table without having to hardcode the
column names (it just gets them from the table information)

* uses most of the power of the report engine to give _nice_ search results

* update the database with a CGI script (\"edit.cgi\" using SQLite::Work::CGI)

* be able to mail reports to general addresses (such as a mailing list) or to
specific addresses (such as sending notifications to individuals whose
address is in the database). (using the sqlw_mail script)

This generates HTML (and non-HTML) reports from an SQLite database, taking
care of the query-building and the report formatting. This also has methods
for adding and updating the database.

The SQLite::Work::CGI module has extra methods which deal with CGI using
the CGI module; the included \"show.cgi\" and \"edit.cgi\" are demonstration
CGI scripts which use the SQLite::Work::CGI module. There is also the
\"show.epl\" demonstration Embperl script which has the necessary alterations
for using this with Embperl.

The sqlreport script uses SQLite::Work to generate reports from the
command-line.

The sqlw_mail script uses SQLite::Work::Mail to email reports.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-S/openSUSE_Tumbleweed/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-SQLite-Work-0.1601-1.73.noarch.rpm
     

Provides :
perl(SQLite::Work)
perl(SQLite::Work::CGI)
perl(SQLite::Work::Mail)
perl-SQLite-Work

Requires :
/usr/bin/env
perl(:MODULE_COMPAT_5.40.0)
perl(CGI)
perl(DBD::SQLite)
perl(DBI)
perl(Getopt::ArgvFile)
perl(Text::NeatTemplate)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/sqlreport
/usr/bin/sqlw_import
/usr/bin/sqlw_mail
/usr/lib/perl5/vendor_perl/5.40.0/SQLite
/usr/lib/perl5/vendor_perl/5.40.0/SQLite/Work
/usr/lib/perl5/vendor_perl/5.40.0/SQLite/Work.pm
/usr/lib/perl5/vendor_perl/5.40.0/SQLite/Work/CGI.pm
/usr/lib/perl5/vendor_perl/5.40.0/SQLite/Work/Mail.pm
/usr/share/doc/packages/perl-SQLite-Work
/usr/share/doc/packages/perl-SQLite-Work/Changes
/usr/share/doc/packages/perl-SQLite-Work/LICENSE
/usr/share/doc/packages/perl-SQLite-Work/OldChanges
/usr/share/doc/packages/perl-SQLite-Work/edit.cgi
/usr/share/doc/packages/perl-SQLite-Work/scripts
/usr/share/doc/packages/perl-SQLite-Work/scripts/sqlreport
/usr/share/doc/packages/perl-SQLite-Work/scripts/sqlw_import
/usr/share/doc/packages/perl-SQLite-Work/scripts/sqlw_mail
/usr/share/doc/packages/perl-SQLite-Work/show.cgi
/usr/share/doc/packages/perl-SQLite-Work/show.epl
/usr/share/doc/packages/perl-SQLite-Work/tfiles
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test1.args
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test1.db
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test1.html
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test2.args
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test2.html
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test3.args
/usr/share/doc/packages/perl-SQLite-Work/tfiles/test3.html
/usr/share/man/man1/sqlreport.1.gz
/usr/share/man/man1/sqlw_import.1.gz
/usr/share/man/man1/sqlw_mail.1.gz
There is 3 files more in these RPM.

 
ICM