MloadExtension
Bun

method

sqlite.DatabaseSync.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.

@param path

The path to the shared library to load.