pub fn sqlite3_query( path: &str, query: &str, ) -> Result<Vec<String>, SpannedError>
Hacky workaround until rusqlite can compile to wasm easily. Path is expected to be rooted in the plugins data directory.