sqlite3.version

Returns the SQLite version

Prototype

sqlite3.version()

Description

Returns a string with SQLite version information, in the form 'x.y[.z]'.

Lua functions

Topics