SQLite
From Just Solve the File Format Problem
Revision as of 03:20, 1 December 2012 by Dan Tobias (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.