RubyGems.org

A DataMapper adapter for Amazon's SimpleDB service. Features: * Full set of CRUD operations * Supports all DataMapper query predicates. * Can translate many queries into efficient native SELECT operations. * Migrations * DataMapper identity map support for record caching * Lazy-loaded attributes * DataMapper Serial property support via UUIDs. * Array properties * Basic aggregation support (Model.count("...")) * String "chunking" permits attributes to exceed the 1024-byte limit Note: as of version 1.0.0, this gem supports supports the DataMapper 0.10.* series and breaks backwards compatibility with DataMapper 0.9.*.

installgem install dm-adapter-simpledb
Authors

Jeremy Boles, Edward Ocampo-Gooding, Dan Mayer, Thomas Olausson, Avdi Grimm

7,183 total downloads 1,494 for this version
Owners

C4d256b3f6a9b2bd8fd22a13bc6039d34dea430d31b993abaf41cd9b54f8128d

Gemfile
gem "dm-adapter-simpledb", "~> 1.5.0"
Versions
  1. 1.5.0 January 26, 2010
  2. 1.4.0 January 24, 2010
  3. 1.3.0 January 19, 2010
  4. 1.2.0 January 13, 2010
  5. 1.1.0 November 24, 2009
Show all versions (6 total)