

SQUERY
Test program for the sqlite library

Requires:
- The solc scriptol compiler.
- The sqlitebc.lib library.
- The Borland C++ compiler.
- The squery.sol source.
- The squery.cfg configuration file for the compiler.


Usage:

squery -all filename
   This displays all colons and rows in a database (created by sqcreate).

squery filename word
   This displays the couple colon:row corresponding to the word.

