
Demos of SQLite, a SQL library (http://www.sqlite.org)

Requires:
- sqlite.so or sqlite.a static     (depends upon the Linux distribution)
- sqlitegcc.a
- libsol.a
- sqlite.sol
- the solc compiler

Type "./setup" from the scriptol root directory, then compile by:

   ./solc -be sqcreate
   ./solc -be squery

Then Try:

   ./sqcreate -create xxx
   ./sqcreate xxx word
   ./squery -all xxx

