The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.1 - 2002-05-02

  • Renamed and documented the previously undocumented DBCommand. It is now Sql, it may be used for executing arbitrary SQL.
  • Changed Select behavior in scalar context. It no longer returns the number of rows, use SQL Count() for that. Select in scalar context can now be used to retrieve arrayrefs or hashrefs one row at a time, consult the man page for details.
  • Removed the auto-Connect form of use-ing the module.
  • Exposed the query cache system, the max number of queries to cache (per database handle) is settable by use EZDBI maxQuery=>8.
  • Added Use, to allow management of multiple database handles.
  • Added Disconnect, to destroy a database handle. Otherwise the connection persists until the program exits.
  • Some documentation cleanup and restructuring.

Modules

Easy interface to SQL database

Examples