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'); ```