SQLite C/C++ API

We provide an abridged version of the C/C++ API documentation for SQLite, covering just the API functions that you might call in user-defined functions.

For the full API documentation, see the SQLite website (http://www.sqlite.org).

Note: When viewing SQLite documentation, make sure it's for the SQLite library version used by QDB. The latest version of SQLite is listed on the SQLite homepage, and the documentation is updated for major releases (e.g., 3.6.X and 3.7.X). You can learn which library version QDB is using by looking in the slog2info log just after starting QDB, or by calling sqlite_version().