Database.loadExtension

Loads an extension.

struct Database
void
loadExtension
(
string path
,
string entryPoint = null
)

Parameters

path
Type: string

The path of the extension file.

entryPoint
Type: string

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

Meta