1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/databases/p5-SQLite-Work/pkg-descr
Sunpoet Po-Chuan Hsieh 51130d6b8a - Sort *_DEPENDS and MAN*
- Use CPAN as primary WWW
2013-09-15 05:53:33 +00:00

16 lines
610 B
Plaintext

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.
WWW: http://search.cpan.org/dist/SQLite-Work/