<?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>PLATFORMedia LLC &#187; sqlite</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sat, 05 Jun 2010 04:49:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure Development Laptop</title>
		<link>http://platformedia.com/oss-blog/secure-development-laptop/</link>
		<comments>http://platformedia.com/oss-blog/secure-development-laptop/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[encfs]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/12/secure-development-laptop/</guid>
		<description><![CDATA[So that I could continue developing the &#8216;Trading Account Management&#8217; system while on the road, the installation of lighttpd/database had to be secured.  In particular, sqlite had to be used rather than mysql, since the data in the database itself was critical to the business (and there was no time to conjure up &#8216;fake [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/secure-development-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some MySQL compatibility functions for sqlite</title>
		<link>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/</link>
		<comments>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 14:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/07/some-mysql-compatibility-functions-for-sqlite/</guid>
		<description><![CDATA[Here are a couple of additional functions to increase interoperability between MySQL code and sqlite :
unless($dbh = DBI->connect("DBI:SQLite:dbname=$db_login{file}", "", "") ) { die "Cannot connect to database - version : ".$dbh->{sqlite_version};}$dbh->func( 'UNIX_TIMESTAMP', 1, sub { return POSIX::mktime(POSIX::strptime($_[0], '%Y-%m-%d %H:%M:%S')); }, 'create_function' );$dbh->func( 'FROM_UNIXTIME', 1,  sub { return POSIX::strftime('%Y-%m-%d %H:%M:%S', localtime($_[0])); }, 'create_function' );
to make [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/some-mysql-compatibility-functions-for-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
