<?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>BenLacy.net &#187; Databases</title>
	<atom:link href="http://www.benlacy.net/blog/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benlacy.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Nov 2009 17:18:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Database Version Control</title>
		<link>http://www.benlacy.net/blog/2008/02/13/database-version-control/</link>
		<comments>http://www.benlacy.net/blog/2008/02/13/database-version-control/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 01:38:30 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Source control]]></category>

		<guid isPermaLink="false">http://www.benlacy.net/blog/2008/02/13/database-version-control/</guid>
		<description><![CDATA[One of my favorite blogs of late is Jeff Atwood&#8217;s Coding Horror.  Jeff is the programmer&#8217;s programmer.  He writes brilliantly about everything software related, from technical subjects to user experience and more.  I highly highly highly recommend subscribing to his blog.
Recently, Jeff wrote about the importance of database version control.  I [...]]]></description>
			<content:encoded><![CDATA[<p>One of my favorite blogs of late is Jeff Atwood&#8217;s <a href="http://www.codinghorror.com" title="Coding Horror">Coding Horror</a>.  Jeff is the programmer&#8217;s programmer.  He writes brilliantly about everything software related, from technical subjects to user experience and more.  I highly highly <em>highly </em>recommend subscribing to his blog.</p>
<p>Recently, Jeff wrote about the importance of <a href="http://www.codinghorror.com/blog/archives/001050.html" title="database version control">database version control</a>.  I wholeheartedly agree with him.  After all, your database is just as important as your code.  In reality, versioning your database isn&#8217;t that hard a practice really.  Whenever you create your database objects, simply script them out and place them in your application with your source code.  I&#8217;m working on getting better at this myself, as Jeff&#8217;s post got me thinking about it.  I currently have the database for this site under version control, and I&#8217;m trying to make an effort at work to do this, although nothing has really come up recently that would warrant this.</p>
<p>Bottom line is, your database deserves as much attention as your source code.  It makes sense, and it&#8217;s not that hard to do.  Subversion is your friend <img src='http://www.benlacy.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Update:</strong> So in my reading on this subject, I came across a tool that looks very cool and very powerful.  It&#8217;s called <a href="http://www.liquibase.org/" title="Liquibase">Liquibase</a>, and I&#8217;m definitely going to have to check this one out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benlacy.net/blog/2008/02/13/database-version-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
