<?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>Jan Mészáros &#187; database</title>
	<atom:link href="http://www.meszaros.cz/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meszaros.cz</link>
	<description>reflections on technology and society</description>
	<lastBuildDate>Fri, 18 Jun 2010 18:47:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Django multiple database support with DB switch feature</title>
		<link>http://www.meszaros.cz/2009/10/django-multiple-database-support-with-db-switch-feature/</link>
		<comments>http://www.meszaros.cz/2009/10/django-multiple-database-support-with-db-switch-feature/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:36:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.meszaros.cz/?p=51</guid>
		<description><![CDATA[Our Django installation is capable to connect to as many databases as desired and switch between databases in according to session data. We reached this feature overriding several internal Django classes, according to recommendations on http://groups.google.com/group/django-users/msg/d1d7e0af565cc444?. All multiple database features are done without changes in original Django code. Partial how-to can be found on http://kfalck.net/2009/07/01/multiple-databases-and-sharding-with-django [...]]]></description>
			<content:encoded><![CDATA[<p>Our Django installation is capable to connect to as many databases as desired and switch between databases in according to session data. We reached this feature overriding several internal Django classes, according to recommendations on <a href="http://groups.google.com/group/django-users/msg/d1d7e0af565cc444?." rel="nofollow">http://groups.google.com/group/django-users/msg/d1d7e0af565cc444?.</a> All multiple database features are done without changes in original Django code.</p>
<p>Partial how-to can be found on <a href="http://kfalck.net/2009/07/01/multiple-databases-and-sharding-with-django" rel="nofollow">http://kfalck.net/2009/07/01/multiple-databases-and-sharding-with-django</a> too.</p>
<p>The solution is successfully tested for more than one month in real-world application and this application is going to be used into production environment soon.</p>
<p>For implementation details or questions leave a comment below.</p>]]></content:encoded>
			<wfw:commentRss>http://www.meszaros.cz/2009/10/django-multiple-database-support-with-db-switch-feature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
