Name
sqlite_version() — Return the version string of the current SQLite
library
Common Usage
sqlite_version( )
Description
The sqlite_version() function returns a text value
consisting of the version number of the SQLite library. A
typical string would be something like '3.7.2'.
This SQL function is a wrapper around
the C function sqlite3_libversion(), and has all of the same
limitations and conditions.