This post originated from an RSS feed registered with Ruby Buzz
by Jon Egil Strand.
Original Post: DataMapper eats ActiveRecord for breakfast
Feed Title: Jon Egil Strand
Feed URL: http://www.luretanker.no/blog/?feed=rss2
Feed Description: Weblog for my professional side
DataMapper, an ORM pattern, is being implemented by Sam Smoot and looking good.
If you read Patterns of Enterprise Application Architechture you’re familiar with the DataMapper pattern. In short it does the same job as ActiveRecord, mapping objects to relational databases.
Lately, Sam Smoot has been implementing the DataMapper as an ActiveRecord replacement. By utilizing LazyLoad [...]