<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>niq's soapbox &#187; database</title>
	<atom:link href="http://bahumbug.wordpress.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://bahumbug.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Thu, 03 Jul 2008 22:59:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Apache Database Apps</title>
		<link>http://bahumbug.wordpress.com/2008/02/04/apache-database-apps/</link>
		<comments>http://bahumbug.wordpress.com/2008/02/04/apache-database-apps/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 19:07:52 +0000</pubDate>
		<dc:creator>niq</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://bahumbug.wordpress.com/?p=348</guid>
		<description><![CDATA[It seems the ApacheLounge folks are powering ahead in developing DBD-enabled versions of standard modules.  Specifically, Tom Donovan has written modules for DBD logging and vhost-configuration.  The latter could be particularly useful, as database-powered configuration is a semi-FAQ in the support fora.
So the portfolio of DBD applications is gradually growing.  We now [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It seems the <a href="http://www.apachelounge.com/">ApacheLounge</a> folks are powering ahead in developing DBD-enabled versions of standard modules.  Specifically, Tom Donovan has written modules for DBD logging and vhost-configuration.  The latter could be particularly useful, as database-powered configuration is a semi-FAQ in the support fora.</p>
<p>So the portfolio of DBD applications is gradually growing.  We now have authentication/authorization, configuration, logging, mod_rewrite (RewriteMap), embedded queries (mod_sql/mod_sqil) and general-purpose forms processing with mod_form.</p>
<p>I&#8217;m not trying to follow adoption amongst the scripting languages.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bahumbug.wordpress.com/348/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bahumbug.wordpress.com/348/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bahumbug.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bahumbug.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bahumbug.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bahumbug.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bahumbug.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bahumbug.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bahumbug.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bahumbug.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bahumbug.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bahumbug.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bahumbug.wordpress.com&blog=471959&post=348&subd=bahumbug&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bahumbug.wordpress.com/2008/02/04/apache-database-apps/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/bahumbug-128.jpg" medium="image">
			<media:title type="html">niq</media:title>
		</media:content>
	</item>
		<item>
		<title>ODBC for Apache DBD</title>
		<link>http://bahumbug.wordpress.com/2007/09/24/odbc-for-apache-dbd/</link>
		<comments>http://bahumbug.wordpress.com/2007/09/24/odbc-for-apache-dbd/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 23:37:38 +0000</pubDate>
		<dc:creator>niq</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://bahumbug.wordpress.com/2007/09/24/odbc-for-apache-dbd/</guid>
		<description><![CDATA[Nice bit of serendipity here.  I&#8217;ve been Cc:d on an email discussion in which I have a slight interest, where Tom Donovan just posted a link to http://code.google.com/p/odbc-dbd/.  He&#8217;s written an APR DBD driver for ODBC, as a third-party project at google code.  And it&#8217;s under the Apache License, so unlike the MySQL driver before [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Nice bit of serendipity here.  I&#8217;ve been Cc:d on an email discussion in which I have a slight interest, where Tom Donovan just posted a link to <a href="http://code.google.com/p/odbc-dbd/">http://code.google.com/p/odbc-dbd/</a>.  He&#8217;s written an APR DBD driver for ODBC, as a third-party project at google code.  And it&#8217;s under the Apache License, so unlike <a href="http://bahumbug.wordpress.com/2007/09/05/new-dbd-drivers/">the MySQL driver before it was relicensed</a>, there are no legal issues in bundling it with APR, the webserver, or any other relevant project.</p>
<p>I haven&#8217;t tried it myself, nor am I likely to in the forseeable future.  But assuming it works, it&#8217;d be good to see it available in the distros.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bahumbug.wordpress.com/270/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bahumbug.wordpress.com/270/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bahumbug.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bahumbug.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bahumbug.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bahumbug.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bahumbug.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bahumbug.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bahumbug.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bahumbug.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bahumbug.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bahumbug.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bahumbug.wordpress.com&blog=471959&post=270&subd=bahumbug&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bahumbug.wordpress.com/2007/09/24/odbc-for-apache-dbd/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/bahumbug-128.jpg" medium="image">
			<media:title type="html">niq</media:title>
		</media:content>
	</item>
		<item>
		<title>New DBD drivers</title>
		<link>http://bahumbug.wordpress.com/2007/09/05/new-dbd-drivers/</link>
		<comments>http://bahumbug.wordpress.com/2007/09/05/new-dbd-drivers/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 01:01:36 +0000</pubDate>
		<dc:creator>niq</dc:creator>
		
		<category><![CDATA[apache]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bahumbug.wordpress.com/2007/09/05/new-dbd-drivers/</guid>
		<description><![CDATA[Today I committed two new DBD drivers to APR: the MySQL driver apr_dbd_mysql, and the FreeTDS driver apr_dbd_freetds.  Note that these are in /trunk/, and will not feature in an APR release for a while.
The MySQL driver was formerly available from WebThing, but not committed to apache because of licensing issues.  But the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I committed two new DBD drivers to APR: the MySQL driver apr_dbd_mysql, and the <a href="http://www.freetds.org/">FreeTDS</a> driver apr_dbd_freetds.  Note that these are in /trunk/, and will not feature in an APR release for a while.</p>
<p>The MySQL driver was formerly <a href="http://apache.webthing.com/database/">available from WebThing</a>, but not committed to apache because of licensing issues.  But the subject was discussed again in August, and we finally decided there isn&#8217;t a licensing issue that prevents us including it, so all that remained was for me to get a round tuit.  That should <a href="http://bahumbug.wordpress.com/tag/debian/">make life easier for packagers, such as the debian folks</a>.</p>
<p>The FreeTDS driver is new, and brings support for Microsoft SQL Server and Sybase to APR and Apache.  Not everything is fully functional, but it&#8217;ll suffice for typical web applications.</p>
<p>The FreeTDS driver also adds a new feature to DBD: Perl-like strong taint checking of user inputs to prepared statements.  I&#8217;d like to think about moving that to the apr_dbd.c level, so it&#8217;s available to all drivers.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bahumbug.wordpress.com/256/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bahumbug.wordpress.com/256/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bahumbug.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bahumbug.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bahumbug.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bahumbug.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bahumbug.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bahumbug.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bahumbug.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bahumbug.wordpress.com/256/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bahumbug.wordpress.com/256/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bahumbug.wordpress.com/256/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bahumbug.wordpress.com&blog=471959&post=256&subd=bahumbug&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://bahumbug.wordpress.com/2007/09/05/new-dbd-drivers/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/bahumbug-128.jpg" medium="image">
			<media:title type="html">niq</media:title>
		</media:content>
	</item>
	</channel>
</rss>