<?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>42 &#187; sqlite3</title>
	<atom:link href="http://www.42.mach7x.com/tag/sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.42.mach7x.com</link>
	<description>Thoughts and tips about programming with Ruby on Rails</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:38:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dbconsole exit</title>
		<link>http://www.42.mach7x.com/2009/01/26/dbconsole-exit/</link>
		<comments>http://www.42.mach7x.com/2009/01/26/dbconsole-exit/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 13:54:09 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[dbconsole]]></category>
		<category><![CDATA[sqlite3]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/?p=85</guid>
		<description><![CDATA[Problem You are using the script/dbconsole utility in Rails (with sqlite), and you want to exit the application but the usual keystrokes/commands like quit, exit, Ctrl + C don&#8217;t work. Solution You have to use the following keyword, paying particular notice in the leading dot (.exit): .exit]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
You are using the script/dbconsole utility in Rails (with sqlite), and you want to exit the application but the usual keystrokes/commands like quit, exit, Ctrl + C don&#8217;t work.</p>
<p><strong>Solution</strong><br />
You have to use the following keyword, paying particular notice in the leading dot (.exit):</p>
<pre class="code">.exit</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2009/01/26/dbconsole-exit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mandriva and Sqlite3</title>
		<link>http://www.42.mach7x.com/2009/01/21/mandriva-and-sqlite3/</link>
		<comments>http://www.42.mach7x.com/2009/01/21/mandriva-and-sqlite3/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:21:13 +0000</pubDate>
		<dc:creator>kosmas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[sqlite3]]></category>

		<guid isPermaLink="false">http://www.42.mach7x.com/?p=82</guid>
		<description><![CDATA[Problem You want to work with sqlite3 in Mandriva (2009), but the standard installation doesn&#8217;t work, and you cannot use urpmi sqlite3. Solution You need to install the sqlite3 command line tools, like: urpmi sqlite3-tools]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong><br />
You want to work with sqlite3 in Mandriva (2009), but the standard installation doesn&#8217;t work, and you cannot use urpmi sqlite3.</p>
<p><strong>Solution</strong><br />
You need to install the sqlite3 command line tools, like:</p>
<p><span class="code">urpmi sqlite3-tools</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.42.mach7x.com/2009/01/21/mandriva-and-sqlite3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

