sqlite

The patents used by IBM against Hercules are a threat to several...

Linux Today  Tue, 04/13/2010 - 17:02

FOSS Patents: "The patents IBM uses against Hercules are also a potential threat to other key FOSS projects.

Based on a first analysis, those include (but are not limited to) OpenBSD, Xen, VirtualBox, Red Hat Enterprise Virtualization, MySQL, PostgreSQL, SQLite and Kaffe."


 

Accessing SQLite in C

Linux Journal - The Original Magazine of the Linux Community  Mon, 08/31/2009 - 09:21

In my last article I wrote about accessing a PostgreSQL database in C/C++.

In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and the supporting libraries, SQLite creates completely self-contained databases that aren't dependant upon a client-server architecture.

read more


 

Generating Graphs with gnuplot, Part 3

Linux Today  Fri, 07/10/2009 - 15:04

Linux Developer Network: "In this final part of this three-part series, I'll start out using SQLite as the relational database and graph data from there before moving on to using PostgreSQL and pivot tables to transform relational data into column format for gnuplot."