method DatabaseSync.prototype.loadExtension
#DatabaseSync.prototype.loadExtension(path: string): void
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.
Parameters #
#path: string
The path to the shared library to load.
Return Type #
void