<?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>停止空想 &#187; sqlite3</title>
	<atom:link href="http://neal.bangpie.net/category/database/sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://neal.bangpie.net</link>
	<description>老张的空中之家</description>
	<lastBuildDate>Fri, 06 Nov 2009 15:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>给sqlite数据库加密的两种方法</title>
		<link>http://neal.bangpie.net/2009/03/%e7%bb%99sqlite%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8a%a0%e5%af%86%e7%9a%84%e4%b8%a4%e7%a7%8d%e6%96%b9%e6%b3%95/</link>
		<comments>http://neal.bangpie.net/2009/03/%e7%bb%99sqlite%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8a%a0%e5%af%86%e7%9a%84%e4%b8%a4%e7%a7%8d%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 05:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[encrypt]]></category>

		<guid isPermaLink="false">http://neal.bangpie.net/?p=250</guid>
		<description><![CDATA[一个是采用SQLCipher Need to store sensitive information in your app? SQLCipher extends SQLite enabling transparent encryption and decryption of data using AES. Its source is available on Github. SQLite is pluggable. Developers can create extensions and chain them into SQLite’s engine. Using this mechanism, SQLCipher embeds itself low enough in the stack to be transparent. As a developer, you simply [...]]]></description>
		<wfw:commentRss>http://neal.bangpie.net/2009/03/%e7%bb%99sqlite%e6%95%b0%e6%8d%ae%e5%ba%93%e5%8a%a0%e5%af%86%e7%9a%84%e4%b8%a4%e7%a7%8d%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何直接从shell调用sqlite3命令</title>
		<link>http://neal.bangpie.net/2009/03/%e5%a6%82%e4%bd%95%e7%9b%b4%e6%8e%a5%e4%bb%8eshell%e8%b0%83%e7%94%a8sqlite3%e5%91%bd%e4%bb%a4/</link>
		<comments>http://neal.bangpie.net/2009/03/%e5%a6%82%e4%bd%95%e7%9b%b4%e6%8e%a5%e4%bb%8eshell%e8%b0%83%e7%94%a8sqlite3%e5%91%bd%e4%bb%a4/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:47:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://neal.bangpie.net/?p=229</guid>
		<description><![CDATA[官方的例子如下 Using sqlite3 in a shell script One way to use sqlite3 in a shell script is to use &#8220;echo&#8221; or &#8220;cat&#8221; to generate a sequence of commands in a file, then invoke sqlite3 while redirecting input from the generated command file. This works fine and is appropriate in many circumstances. But as an added [...]]]></description>
		<wfw:commentRss>http://neal.bangpie.net/2009/03/%e5%a6%82%e4%bd%95%e7%9b%b4%e6%8e%a5%e4%bb%8eshell%e8%b0%83%e7%94%a8sqlite3%e5%91%bd%e4%bb%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

