method
sqlite.DatabaseSync.enableLoadExtension
allow: boolean
): void;
Enables or disables the loadExtension SQL function, and the loadExtension() method. When allowExtension is false when constructing, you cannot enable loading extensions for security reasons.
@param allow
Whether to allow loading extensions.