
This is the SQLITE extension to the scriptol library.

A test program is included to test the extension directly with
a C compiler.
It works with the Borland C++ compiler, Visual C++, MingW.

To try the library, type:

compbc         compile sqtest.
linkbc         link sqtest with sqlitebc.lib
sqtest         run the program.

With other compilers, replace the suffix "bc" by "ms" or "gc".
