<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dereferenced.com &#187; databases</title>
	<atom:link href="http://www.dereferenced.com/tags/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dereferenced.com</link>
	<description>A preponderance of Perl, an excess of XML, and additional alliterations.</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:18:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Perl Module Monday: DBIx::Connector</title>
		<link>http://www.dereferenced.com/2009/11/09/perl-module-monday-dbixconnector/</link>
		<comments>http://www.dereferenced.com/2009/11/09/perl-module-monday-dbixconnector/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 07:07:40 +0000</pubDate>
		<dc:creator>rjray</dc:creator>
				<category><![CDATA[CPAN]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[module-monday]]></category>

		<guid isPermaLink="false">http://www.dereferenced.com/?p=85</guid>
		<description><![CDATA[For this installment of PMM, I would like to venture into the realm of database connectivity and bring some attention on a new player, David Wheeler&#8216;s DBIx::Connector. What I like most about this is that it scratches a particular itch I often have when writing long-lived DB code: I get tired of always pinging the [...]]]></description>
			<content:encoded><![CDATA[<p>For this installment of PMM, I would like to venture into the realm of database connectivity and bring some attention on a new player, <a href="http://www.justatheory.com/">David Wheeler</a>&#8216;s <a href="http://search.cpan.org/dist/DBIx-Connector/"><tt>DBIx::Connector</tt></a>.</p>
<p>What I like most about this is that it scratches a particular itch I often have when writing long-lived DB code: I get tired of always pinging the database through the handle, to make sure the connection is still there before attempting any new operation. On this point alone, <tt>DBIx::Connector</tt> is worth installing.</p>
<p>Fortunately, that wasn&#8217;t the only itch <em>he</em> was scratching, when he wrote it, so it does a lot more than just simplify persistent connections. It&#8217;s fork- and thread-safe, handles transactions and save-points (nested, no less), and does it all while letting you choose when/if the database gets pinged, and what happens when the connection is no longer active.</p>
<p>For more explanation and coverage, see David&#8217;s post <a href="http://www.justatheory.com/computers/programming/perl/modules/dbix-connector-updated.html">here</a>. He&#8217;s also woven it into his <tt>Catalyst</tt> tutorial, which is tagged <a href="http://www.justatheory.com/computers/programming/perl/catalyst/">here</a> (and made available on GitHub <a href="http://github.com/theory/catalyst-tutorial">here</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dereferenced.com/2009/11/09/perl-module-monday-dbixconnector/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

