loadExtension
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.
Since
v22.13.0
Parameters
path
The path to the shared library to load.