<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[kakapo's nest]]></title> 
<link>http://www.kakapo.cn/blog/index.php</link> 
<description><![CDATA[My Technical Knowledge Management System]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[kakapo's nest]]></copyright>
<item>
<link>http://www.kakapo.cn/blog/read.php?71</link>
<title><![CDATA[php5内置数据库SQLite使用]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[SQLite]]></category>
<pubDate>Tue, 13 Feb 2007 09:29:08 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?71</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp; &nbsp; &nbsp; 从php5.2.0开始，SQLite宣告在php安家成功。php5内置的sqlite_function库只能操作SQLite2版本。而SQLite2已经开始要慢慢退出，SQLite3功能更加强大。所以建议使用SQLite3。在php里只有PDO能操作SQLite3。PDO_SQLITE 驱动被php5.2默认安装，所以用PDO Functions操作SQLite3将非常方便。而PDO_MYSQL都需要选择编译才能使用。由此可见，php对SQLite的推荐程度，犹如当年MySQL客户端被php4内置一样。现在的SQLite3访问速度非常快，几万条的数据，分页查询只用了几个ms.，甚至不到1ms.<br/><br/> &nbsp; &nbsp; &nbsp;SQLite国内资源网站：<br/>http://sqlitecn.org/<br/>http://www.sqlite.com.cn/<br/><br/> &nbsp; &nbsp; &nbsp;SQLite客户端管理软件：推荐SQLite Maestro，公司开发，比较专业。试用版能用。<br/>http://www.sqlmaestro.com/products/sqlite/maestro/<br/><br/> &nbsp; &nbsp; 还要推荐SQLiteManager, PHP开发的SQLite管理软件，可以装在服务器上，类似phpMyAdmin，<br/> &nbsp; &nbsp; http://sourceforge.net/projects/sqlitemanager/<br/><br/> &nbsp; &nbsp; &nbsp; &nbsp;<br/><br/> &nbsp; &nbsp; 
]]>
</description>
</item>
</channel>
</rss>