This package is an embryonic Sqlite plugin for Qt.

Basicaly, it lets you use the data-aware widgets and Qt's SQL classes
without using PGSQL, ORACLE, ODBC or MYSQL.

All that is needed is a puny library called sqlite.


This thing requires tmake: get it.
This thing requires sqlite 2.4: get it.

Then, on each directory:

tmake *.pro >Makefile && make

Then you can try the sqlite-test program, or the sqltable demo.

Each one has to be run from its own directory, OR THEY WILL NOT WORK.

Before running sqltable, you need to create a datafile, read the README ;-)

The code in the sqldrivers directory is under the GPL.
The code in the sqltable directory is under the license in the source files.
The rest of the code is free as in garbage ;-)

Yes, I will fix that license stuff soonish.

The qsqlite plugin is absolutely untested, it leaks memory all the time,and 
is pretty much just a proof of concept right now.

Roberto Alsina (ralsina@kde.org)

