freebsd-ports/databases/p5-SQLite-Work/pkg-descr
Anton Berezin 055c6a1be0 Add p5-SQLite-Work 0.03, report on and update an SQLite database.
PR:		88068
Submitted by:	Chris Larsen <darth@vader.dk>
2005-10-27 14:07:21 +00:00

16 lines
657 B
Text

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.
Reports can have nested headers which depend on the sort-order given. One can
select the columns and order in which the values are displayed. The HTML page
generated can be customized with templates.
The SQLite::Work::CGI module has extra methods which deal with CGI using the
CGI module.
The sqlreport script uses SQLite::Work to generate reports from the
command-line.
Author: Kathryn Andersen (RUBYKAT), perlkat AT katspace dot com
WWW: http://www.katspace.com