d2sqlite3.library

Miscellaneous SQLite3 library functions.

Members

Functions

config
void config(int code, Args args)

Sets a configuration option.

initialize
void initialize()

Manually initializes (or shuts down) SQLite.

isCompiledWith
bool isCompiledWith(string option)

Tests if an SQLite compile option is set

shutdown
void shutdown()

Manually initializes (or shuts down) SQLite.

sourceID
string sourceID()

Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.

threadSafe
bool threadSafe()

Tells whether SQLite was compiled with the thread-safe options.

versionNumber
int versionNumber()

Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.

versionString
string versionString()

Gets the library's version string (e.g. "3.8.7"), version number (e.g. 3_008_007) or source ID.

Meta

Authors

Nicolas Sicard (biozic) and other contributors at https://github.com/biozic/d2sqlite3