SQLite

ENABLE PLUGIN

Syntax

ENABLE PLUGIN plugin_name

Privileges

PLUGIN

Description

Use this command to re-enable a plugin previously disabled. Note that the newly enabled plugin is available only for new connections.

Return

OK string or error value (see SCSP protocol).

Example

> ENABLE PLUGIN sample.plugin
OK
Previous
DISABLE PLUGIN