YAPC::NA 2011 • Asheville, NC

DBIx::Class::Shadow
By Arthur Schmidt (‎fREW‎)
Date: Tuesday, 28 June 2011 14:50
Duration: 20 minutes
Target audience: Intermediate
Language:
Tags: dbic dbix::class journal shadow versioncontrol


In 2010 I spent a good amount of time hacking on and using DBIx::Class::Journal. It is great for getting solid journaling. What it's not great at is using that data. My new module, DBIx::Class::Shadow, will allow much more power, such as searching for changes, searching for versions, and most importantly, versioned results will retain all of the relationships of the original results, allowing you to do clever things like: $current_artist->versions->back(10)->cds, giving you the cds of the artist 10 revisions back.

In this talk I will discuss how to use this tool and hopefully showcase an application that uses it.

Attended by: