loadExtension

abstract fun loadExtension(extension: String)

Load Extension

Load a native extension into the SQLite engine context managed by this database proxy; the extension is loaded via the native interface for SQLite.

If the extension cannot be located or cannot be loaded, an exception is thrown.

Parameters

extension

Extension path or name to load.