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.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.