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

Requires:
- sqlite.dll      (download this extension from the scriptol download page)
- sqlitebc.lib
- libsolbc.lib
- gcbc.lib
- sqlite.sol
- sqtest.sol
- the solc compiler

Type "install" 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

