Changes for version 0.03

  • (4 Sep 2005) removed old import script
  • (3 Sep 2005) distinct Added the 'distinct' option, which adds the DISTINCT keyword to the selection. This is active in the sqlreport script, but haven't added it to the CGI selection form.
  • (3 Sep 2005) LIKE to GLOB Change LIKE to GLOB in the search stuff; this means that wildcards are now '*' and '?' not '%' and '_'. Also now case-sensitive. Also did a quick tweak of some import stuff.
  • (31 Aug 2005) import script

Documentation

make reports on a table in an SQLite database
import a Field:Value datafile into an SQLite database.
send mail with data from an SQLite table.

Modules

report on and update an SQLite database.
Report and update a SQLite database using CGI
send mail with data from an SQLite table.
template stuff for SQLite::Work