--------------
-- Sqlite 2 --
--------------

This directory contains bindings to sqlite (http://www.sqlite.org).

Tested succesfully on:
- Windows 2000 / GNAT 3.15p
- Windows 2000 / MinGW/GCC3.4.2

To use it under windows, download the def and dll files from the website of
sqlite. Then create a static import library file as stated in GNAT User's Guide
section 25.7.2.2 Gnat-Style Import Library. This means to build the import
library "libsqlite.a" as follows:

$ gnatdll -e sqlite.def -d sqlite.dll

NOTE: Binding for Sqlite2 is frozen now, I won't touch it anymore. Use Sqlite3
      binding instead.

-------------
-- Contact --
-------------

Ching Bon Lam (cblam@gmx.net)