<?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>Node.js Database Drivers</title>
	<atom:link href="http://nodejsdb.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://nodejsdb.org</link>
	<description>Node.js bindings to relational databases</description>
	<lastBuildDate>Thu, 17 Nov 2011 19:13:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-9/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-9</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-9/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 19:13:17 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=215</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.5. See changelog. db-mysql 0.7.6. See changelog. This release fixes an issue where a missing namespace in NODE_PSYMBOL was making node-db fail on compilation for node on version 0.4.9, or lower.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.5. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.5/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.6. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.6/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where a missing namespace in <tt>NODE_PSYMBOL</tt> was making node-db fail on compilation for node on version 0.4.9, or lower.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-9/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-8</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-8/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 16:00:54 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=213</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.4. See changelog. db-mysql 0.7.5. See changelog. This release fixes an issue where error messages produced by faulty queries would be lost if more than one error was generated while running consecutive, async queries.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.4. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.4/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.5. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.5/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where error messages produced by faulty queries would be lost if more than one error was generated while running consecutive, async queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-7</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-7/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 17:23:51 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=211</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.3. See changelog. db-mysql 0.7.4. See changelog. This release fixes an issue where when not attaching an error event handler for the Query class or the Database class, node-db would produce a fatal error.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.3. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.3/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.4. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.4/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where when not attaching an <tt>error</tt> event handler for the <tt><a href="http://nodejsdb.org/docs/#query">Query</a></tt> class or the <tt><a href="http://nodejsdb.org/docs/#database">Database</a></tt> class, node-db would produce a fatal error.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-6</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-6/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 21:39:42 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=209</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.2. See changelog. db-mysql 0.7.3. See changelog. This release fixes an issue where when using the Query.execute() method and specifying a query with placemarkers, replacement values, and a callback, node-db would always complain that the number of replacement values was invalid.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.2. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.2/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.3. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.3/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where when using the <tt><a href="http://nodejsdb.org/docs/#query_execute">Query.execute()</a></tt> method and specifying a query with placemarkers, replacement values, and a callback, node-db would always complain that the number of replacement values was invalid.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-5</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-5/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 13:41:15 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=206</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.1. See changelog. db-mysql 0.7.2. See changelog. This release fixes an issue where when numbers were passed on as string values they would transparently be converted as strings and may loose precision.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.1. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.1/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.2. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.2/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where when numbers were passed on as string values they would transparently be converted as strings and may loose precision.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/11/node-db-drivers-updated-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-4</link>
		<comments>http://nodejsdb.org/2011/11/node-db-drivers-updated-4/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 14:02:43 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=203</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.7.0. See changelog. db-mysql 0.7.1. See changelog. This release fixes an issue where conversion of numeric values to JavaScript&#8217;s Number class could result in invalid values. Thanks to @tojocky for the fix.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.7.0. <a href="https://github.com/mariano/node-db-drizzle/blob/0.7.0/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.1. <a href="https://github.com/mariano/node-db-mysql/blob/0.7.1/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where conversion of numeric values to JavaScript&#8217;s <tt>Number</tt> class could result in invalid values. Thanks to <a href="https://github.com/tojocky">@tojocky</a> for the fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/11/node-db-drivers-updated-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/10/node-db-drivers-updated-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-3</link>
		<comments>http://nodejsdb.org/2011/10/node-db-drivers-updated-3/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 16:57:46 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=201</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.6.9. See changelog. db-mysql 0.7.0. See changelog. This release fixes issues with unit tests, and adds the possibility for the programmer to configure the precision of floating point numbers (see the Query::insert() method for more information.)]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.6.9. <a href="https://github.com/mariano/node-db-drizzle/blob/0.6.8/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.7.0. <a href="https://github.com/mariano/node-db-mysql/blob/0.6.9/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes issues with unit tests, and adds the possibility for the programmer to configure the precision of floating point numbers (see the <a href="http://nodejsdb.org/docs/#query_insert"><tt>Query::insert()</tt></a> method for more information.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/10/node-db-drivers-updated-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated</title>
		<link>http://nodejsdb.org/2011/10/node-db-drivers-updated-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-2</link>
		<comments>http://nodejsdb.org/2011/10/node-db-drivers-updated-2/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 07:58:27 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=198</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.6.8. See changelog. db-mysql 0.6.9. See changelog. This release fixes an issue where using big numbers when interpolating values on method-based queries would truncate the number value.]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.6.8. <a href="https://github.com/mariano/node-db-drizzle/blob/0.6.8/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.6.9. <a href="https://github.com/mariano/node-db-mysql/blob/0.6.9/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release fixes an issue where using big numbers when interpolating values on method-based queries would truncate the number value.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/10/node-db-drivers-updated-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>node-db drivers updated: nodejs 0.5.x now supported</title>
		<link>http://nodejsdb.org/2011/10/node-db-drivers-updated-nodejs-0-5-x-now-supported/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=node-db-drivers-updated-nodejs-0-5-x-now-supported</link>
		<comments>http://nodejsdb.org/2011/10/node-db-drivers-updated-nodejs-0-5-x-now-supported/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 22:09:00 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[db-mysql]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=195</guid>
		<description><![CDATA[All current node-db backed drivers have just seen updates: db-drizzle 0.6.7. See changelog. db-mysql 0.6.8. See changelog. This release allows node-db drivers to be installed on both nodejs 0.4.x and 0.5.x]]></description>
				<content:encoded><![CDATA[<p>All current node-db backed drivers have just seen updates:</p>
<ul>
<li><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> 0.6.7. <a href="https://github.com/mariano/node-db-drizzle/blob/0.6.7/CHANGELOG">See changelog</a>.</li>
<li><a href="http://nodejsdb.org/db-mysql">db-mysql</a> 0.6.8. <a href="https://github.com/mariano/node-db-mysql/blob/0.6.8/CHANGELOG">See changelog</a>.</li>
</ul>
<p>This release allows node-db drivers to be installed on both nodejs 0.4.x and 0.5.x</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/10/node-db-drivers-updated-nodejs-0-5-x-now-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>db-drizzle 0.6.6 Released</title>
		<link>http://nodejsdb.org/2011/06/db-drizzle-0-6-6-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=db-drizzle-0-6-6-released</link>
		<comments>http://nodejsdb.org/2011/06/db-drizzle-0-6-6-released/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:43:08 +0000</pubDate>
		<dc:creator>mariano</dc:creator>
				<category><![CDATA[db-drizzle]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://nodejsdb.org/?p=193</guid>
		<description><![CDATA[db-drizzle version 0.6.6 was just released (See changelog). This release fixes compilation warnings thrown on some operative systems.]]></description>
				<content:encoded><![CDATA[<p><a href="http://nodejsdb.org/db-drizzle">db-drizzle</a> version 0.6.6 was just released (<a href="https://github.com/mariano/node-db-drizzle/blob/0.6.6/CHANGELOG">See changelog</a>).</p>
<p>This release fixes compilation warnings thrown on some operative systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://nodejsdb.org/2011/06/db-drizzle-0-6-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 906/1036 objects using disk: basic

 Served from: nodejsdb.org @ 2013-05-18 05:53:42 by W3 Total Cache -->