
Q-SQLITE3
=========

An SQLite module for the Q programming language. Copyright (c) 2005 by Albert
Graef, Johannes Gutenberg University Mainz, Germany. Distributed under the GNU
General Public License (GPL) Version 2 or later (see the accompanying COPYING
file for details).

Please refer to the INSTALL file for installation instructions.

This is a SWIG-generated wrapper of the SQLite library version 3. SQLite is a
lightweight, zero-config relational database engine which stores databases in
single files and supports most of the SQL92 standard. This module allows you
to easily create and manage SQL databases with the Q programming language. The
Q programming system can be found at http://q-lang.sourceforge.net. For more
information about SQLite please visit http://www.sqlite.org.

Documentation of the functions provided by this module can be found in the
interface file sqlite3.q. Most of the SQLite3 API is supported, including
user-defined SQL functions and collation sequences. A simple example is
included, see sqlite_examp.q.

Please send bug reports, patches, comments and suggestions to:
ag@muwiinfa.geschichte.uni-mainz.de.


Enjoy!
November 2005
Albert Graef
