<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>SQLite++</title>
	<atom:link href="http://sqlitepp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlitepp.wordpress.com</link>
	<description>SQLite data access the way it should be...</description>
	<lastBuildDate>Wed, 16 Jul 2008 19:44:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlitepp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SQLite++</title>
		<link>http://sqlitepp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlitepp.wordpress.com/osd.xml" title="SQLite++" />
	<atom:link rel='hub' href='http://sqlitepp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What is SQLite++?</title>
		<link>http://sqlitepp.wordpress.com/2008/07/01/what-is-sqlite/</link>
		<comments>http://sqlitepp.wordpress.com/2008/07/01/what-is-sqlite/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:02:08 +0000</pubDate>
		<dc:creator>Gustavo Ribeiro Croscato</dc:creator>
				<category><![CDATA[SQLite++]]></category>

		<guid isPermaLink="false">http://sqlitepp.wordpress.com/?p=24</guid>
		<description><![CDATA[SQLite++ is a library that function as a wrapper for the SQLite3 database API. It is designed in a manner that the access to all data occurs transparently. It comes with a number of classes, each one responsible to operate a data object abstraction. There is a Connection, Query, Table, Record, Recordset and Field object [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=24&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SQLite++ is a library that function as a wrapper for the SQLite3 database API. It is designed in a manner that the access to all data occurs transparently.</p>
<p>It comes with a number of classes, each one responsible to operate a data object abstraction. There is a Connection, Query, Table, Record, Recordset and Field object abstractions classes.</p>
<p>The intent of SQLite++ library is the give the user the power to access it’s data stored in a SQLite database without writing specific code for it and with a small memory footprint usage.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sqlitepp.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sqlitepp.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlitepp.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlitepp.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlitepp.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=24&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlitepp.wordpress.com/2008/07/01/what-is-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">croscato</media:title>
		</media:content>
	</item>
		<item>
		<title>Talk is Cheap! Show me the code!</title>
		<link>http://sqlitepp.wordpress.com/2008/07/01/talk-is-cheap-show-me-the-code/</link>
		<comments>http://sqlitepp.wordpress.com/2008/07/01/talk-is-cheap-show-me-the-code/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:01:35 +0000</pubDate>
		<dc:creator>Gustavo Ribeiro Croscato</dc:creator>
				<category><![CDATA[SQLite++]]></category>

		<guid isPermaLink="false">http://sqlitepp.wordpress.com/?p=22</guid>
		<description><![CDATA[Bellow is the download link for the files of this sample program and instructions on how to build it. All you need to execute it is that the SQlite3 and SQLite++ library is installed. Compilling gcc -Wall -I/usr/include/sqlitepp -I/usr/include -g -c sqlitepp.cpp -o sqlitepp.o gcc -g -o sqlitepp sqlitepp.o -L. -lsqlitepp Download example.tar.gz<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=22&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
#include <iostream>
#include  <sqlitepp.h>

using namespace std;
using namespace sqlitepp;

int main(int argc, char* argv[])
{
    try {
        dbSqliteConnection connection("data.sq3");
        dbSqliteTable table(connection, "users");

        while (table.records.eof() != true) {
            cout << "ID......: " << table.records["id"].asString() << endl;
            cout << "Username: " << table.records["user"].asString() << endl;
            cout << "UID.....: " << table.records["uid"].asString() << endl;
            cout << "GID.....: " << table.records["gid"].asString() << endl;
            cout << "Name....: " << table.records["name"].asString() << endl;

            cout << endl;

            table.records.next();
        };
    } catch (const dbSqliteError& error) {
        error.print();
    };

return 0;
};
</p>
<p>Bellow is the download link for the files of this sample program and instructions on how to build it. All you need to execute it is that the SQlite3 and SQLite++ library is installed.</p>
<p><strong>Compilling</strong><br />
gcc -Wall -I/usr/include/sqlitepp -I/usr/include -g -c sqlitepp.cpp -o sqlitepp.o<br />
gcc -g -o sqlitepp sqlitepp.o -L. -lsqlitepp</p>
<p><strong>Download</strong><br />
<a href="http://sqlitecpp.sourceforge.net/example.tar.gz"> example.tar.gz</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sqlitepp.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sqlitepp.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlitepp.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlitepp.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlitepp.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=22&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlitepp.wordpress.com/2008/07/01/talk-is-cheap-show-me-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">croscato</media:title>
		</media:content>
	</item>
		<item>
		<title>Obtaining SQLite++</title>
		<link>http://sqlitepp.wordpress.com/2008/07/01/obtaining-sqlite/</link>
		<comments>http://sqlitepp.wordpress.com/2008/07/01/obtaining-sqlite/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:00:04 +0000</pubDate>
		<dc:creator>Gustavo Ribeiro Croscato</dc:creator>
				<category><![CDATA[SQLite++]]></category>

		<guid isPermaLink="false">http://sqlitepp.wordpress.com/?p=29</guid>
		<description><![CDATA[The SQLite++ source code could be obtained through our git repositorie in Gitorious or in the SourceForge with the bellow links: Public Git Clone URL git clone git://gitorious.org/sqlitepp/mainline.git sqlitepp HTTP Git Clone URL git clone http://git.gitorious.org/sqlitepp/mainline.git sqlitepp (note that cloning over HTTP is slightly slower, but useful if you&#8217;re behind a firewall) Releases http://www.sourceforge.net/projects/sqlitecpp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=29&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The SQLite++ source code could be obtained through our git repositorie in Gitorious or in the SourceForge with the bellow links:</p>
<p><strong>Public Git Clone URL</strong><br />
git clone git://gitorious.org/sqlitepp/mainline.git sqlitepp</p>
<p><strong>HTTP Git Clone URL</strong><br />
git clone http://git.gitorious.org/sqlitepp/mainline.git sqlitepp<br />
(note that cloning over HTTP is slightly slower, but useful if you&#8217;re behind a firewall)</p>
<p><strong>Releases<br />
</strong><a href="http://sourceforge.net/project/sqlitecpp" target="_self">http://www.sourceforge.net/projects/sqlitecpp</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sqlitepp.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sqlitepp.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sqlitepp.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sqlitepp.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sqlitepp.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlitepp.wordpress.com&amp;blog=4242509&amp;post=29&amp;subd=sqlitepp&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlitepp.wordpress.com/2008/07/01/obtaining-sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">croscato</media:title>
		</media:content>
	</item>
	</channel>
</rss>
