Changes for version 0.13

  • Added the Table bulk_insert() method.
  • Remove duplicate columns in insert().
  • Replace "!=" for the valid SQL op "<>".

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.