SQLite
From Just Solve the File Format Problem
Revision as of 12:17, 30 November 2012 by Maurice.de.rooij (Talk | contribs)
Introduction
SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private.