Database.loadExtension

Loads an extension.

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

Parameters

path string

The path of the extension file.

entryPoint 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