TriQ: The Modular Trinity Query System
Available Items:
LICENSE: All code in this project is released under the
GPL
CVS Repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/triq/triq/
Download a snapshot:
http://sourceforge.net/project/showfiles.php?group_id=56912
SourceForge project page:
http://sourceforge.net/projects/triq/
News:
Current Status: Beta. Developement should resume 08/26/2002
08/14/2002
: Uploaded a new snapshot of the project which includes the latest commits (implemented test.sh and fixed backend.c input truncation)
08/12/2002
: Uploaded a new snapshot of the project with some useful sample modules and testplan.
08/05/2002
: Committed a README file and uploaded a snapshot of the project (includes backend functionality only)
07/29/2002
: Committed a working backend.c (backend compiles and runs according to the design docs)!
07/25/2002
: More commits, two new files:
Makefile now builds the project
sql_query.c and sql_query.h have bugs fixed and another function added to the API
backend_api.c and backend_api.h provides a C interface for using the backend. These are new files that were commited today.
07/24/2002
: This driver file didn't make it to CVS:
driver.c
- nothing much, but a way to test the sql_query module...
07/24/2002
: finally commited some useful files to CVS:
sql_query.h: provides a somewhat generic interface to making SQL queries, so that you can switch to a different DB later without rewriting TriQ...
sql_query.c: implementation file, you may find the code useful beyond TriQ and I encourage you to use it, submit bug fixes!
MySQL-tutorial.txt: Explains using MySQL and the above files
© Copyleft 2002 - Mark Byram