The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.0500 - 2009-12-29

  • Added support for triggers on item attributes.
  • Added update(), delete(), and search() to result sets.
  • Note that to make the search() work on result sets, an id field is automatically added to every domain. This unfortunately means that existing domains that don't have an id field populated with the id of the item aren't compatible with the search() method on the result set.

Modules

An Object Relational Mapper (ORM) for the Amazon SimpleDB service.
Memcached interface for SimpleDB.
A schematic representation of a SimpleDB domain.
Exceptions thrown by SimpleDB::Class.
The network interface to the SimpleDB service.
An object representation from an item in a SimpleDB domain.
An iterator of items from a domain.
SQL generation tools for SimpleDB.