Changes for version 0.11

  • Improved/simplified inheritance and subclassing, and updated POD.
  • Replaced the RowClass config option with the _row_class method.
  • Added the _query_class and _table_class methods.

Modules

An OO interface to SQL queries and results. Easily constructs SQL queries, and simplifies processing of the returned data.
An OO interface to SQL queries and results. Encapsulates an entire query in an object.
An OO interface to SQL queries and results. Encapsulates a fetched row of data in an object.
An OO interface to SQL queries and results. Encapsulates a table in an object.