Module d2sqlite3.library

Miscellaneous SQLite3 library functions.

Functions

NameDescription
config(code, args) Sets a configuration option.
initialize() Manually initializes (or shuts down) SQLite.
isCompiledWith(option) Tests if an SQLite compile option is set
shutdown() Manually initializes (or shuts down) SQLite.
sourceID() Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.
threadSafe() Tells whether SQLite was compiled with the thread-safe options.
versionNumber() Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.
versionString() Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.