Changes for version 1.23

  • New: DBIx::Simple::SQE.
  • New: $db->abstract.
  • New: $db->select.
  • New: $db->insert.
  • New: $db->update.
  • New: $db->delete.
  • These new methods use Nathan Wiger's SQL::Abstract (loaded on demand) and are based on a suggestion by simonm (perlmonks.org).
  • Yes, I lied. I said that this module would never get SQL abstraction, but this was too easy to add and doesn't hurt anyone who doesn't use it.
  • New: $db->begin, an alias for $db->begin_work.
  • !! - Removed: $db->emulate_subqueries, $db->esq. (But see DBIx::Simple::SQE.) !! - Removed: $db->omniholder. (Now a constant: always "(??)".)

Documentation

DBIx::Simple in DBI jargon
Examples of how to use DBIx::Simple

Modules

Easy-to-use OO interface to DBI
Add subquery emulation to DBIx::Simple

Provides

in lib/DBIx/Simple.pm
in lib/DBIx/Simple.pm
in lib/DBIx/Simple.pm
in lib/DBIx/Simple.pm