plugins-workspace
plugins-workspace copied to clipboard
Sql plugin - Sqlite — unable to load an extension
How to load an extension for sqlite?
For example the sql below does not seem to work, I'm getting not authorized (in the console):
SELECT load_extension ('spellfix');