Loads a shared library into the database connection. This method is a wrapper around sqlite3_load_extension()
. It is required to enable the allowExtension
option when constructing the DatabaseSync
instance.
method
sqlite.DatabaseSync.loadExtension
path: string
): void;
@param path
The path to the shared library to load.