SQLite::Work

SQLite::Work is a perl module for interfacing with an SQLite database. I wrote this because I wanted a generic interface for the SQLite databases which I use on this site; I didn't want to have to keep on reinventing the wheel for each different database, but I wanted something which could be used to:

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. A real working examples of using the "show" script on this site is Search Net-Fic Reviews.

The sqlreport script uses SQLite::Work to generate reports from the command-line.
Examples of pre-generated reports on this site can be seen at Net-Fic Reviews.

This module is released under the same conditions as Perl, that is, under Artistic Licence and the GNU General Public Licence.

This bundle is available on CPAN. Just go to my page on CPAN.