Function Database.loadExtension

Loads an extension.

void loadExtension (
  string path,
  string entryPoint = null
);

Parameters

NameDescription
path The path of the extension file.
entryPoint The name of the entry point function. If null is passed, SQLite uses the name of the extension file as the entry point.