sqlite3_load_extension

fnint sqlite3_load_extension( sqlite3 * db, /** Load the extension into this database connection */ const(char) * zFile, /** Name of the shared library containing extension */ const(char) * zProc, /** Entry point. Derived from zFile if 0 */ char * * pzErrMsg /** Put error message here if not 0 */ )

CAPI3REF: Load An Extension