tauri-apps / tauri-apps/plugins-workspace
Sql plugin - Sqlite — unable to load an extension
Open
plugin: sql
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
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');
```
Contributor guide
Assessment
This issue has not been assessed yet.