1.2

| home | graph lib | utility lib | auxiliary lib | custom lib | tutorials |

   Curl
   Expact
   SQLITE
   Window

zeSqlite

Use .new("sqlite") to create the object. It is a simple wrapping of the SQLITE embeddable database library.

:version()

Returns the version number as string.

:callback()

Sets the callback function which will receive a number as the count of ouput and a table containing column names as key and their query results as values.

:open(fname)

fname - database file name.

Opens the file. Creates a new one if not exist.

:limit(n)

n - numbers.

Sets the maximum number of output lines.

:exec(query)

query - SQL query string.

Executes a SQL query.