<?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>pifantastic &#187; sqlite</title>
	<atom:link href="http://pifantastic.com/tags/sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://pifantastic.com</link>
	<description>and we'll be dressed in all black</description>
	<lastBuildDate>Mon, 21 Jun 2010 06:18:59 +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>seltzer, A Simple Javascript Interface for SQLite in Adobe AIR</title>
		<link>http://pifantastic.com/2010/01/28/seltzer-a-simple-javascript-interface-for-sqlite-in-adobe-air/</link>
		<comments>http://pifantastic.com/2010/01/28/seltzer-a-simple-javascript-interface-for-sqlite-in-adobe-air/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:12:30 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://pifantastic.com/?p=147</guid>
		<description><![CDATA[I&#8217;ve recently started my first project using Adobe AIR.  When it came out a few years ago I did what most people did and said, &#8220;Oh, cool&#8221;, and then immediately forgot about it.  But after reviewing several ways of solving this latest project, we realized that AIR was perfect. AIR lets you choose what you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started my first project using <a title="Adobe AIR" href="http://www.adobe.com/products/air/">Adobe AIR</a>.  When it came out a few years ago I did what most people did and said, &#8220;Oh, cool&#8221;, and then immediately forgot about it.  But after reviewing several ways of solving this latest project, we realized that AIR was perfect.</p>
<p>AIR lets you choose what you develop with: Flex, Flash or Javascript+HTML+CSS.  I chose Javascript because lately I&#8217;ve seen how <a title="Node.js" href="http://nodejs.org/">powerful</a> of a <a title="CommonJS" href="http://commonjs.org/">language</a> it can <a title="Narwhal.js" href="http://narwhaljs.org/">be</a>.  Also I don&#8217;t know Flash or Flex :)</p>
<p>The AIR javascript API has support for SQLite databases which is totally awesome.  My project has a fairly simple database and I wanted an easy way to interact with it.  Thus, I created seltzer.  I don&#8217;t really know why I called it that, I guess AIR reminds me of airy things.  Like alka-seltzer?</p>
<p>You can download/fork/ignore completely the project on <a title="seltzer on Github" href="http://github.com/pifantastic/seltzer">github</a>.  I&#8217;ve written some unit tests with QUnit but it still needs a lot of work.  Hopefully by the end of my current project it will be breathing fire and lazer-blasting planets.  In a good way.</p>
<p>Here is an example of how the API works.  Like I said, it&#8217;s dead simple.<script src="http://gist.github.com/288536.js"></script></p>
<p>And here is a screenshot of the QUnit badassery:</p>
<p><img class="aligncenter" title="seltzer unit tests" src="http://content.screencast.com/users/pifantatsic/folders/Jing/media/3c989e2a-a4d7-4a82-8b2a-267a5f3a7673/2010-01-28_0214.png" alt="" width="400" height="1051" /></p>
]]></content:encoded>
			<wfw:commentRss>http://pifantastic.com/2010/01/28/seltzer-a-simple-javascript-interface-for-sqlite-in-adobe-air/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
