tauri-apps / tauri-apps/plugins-workspace
[sql] Cancel Query
Open
plugin: sql
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
For the SQL plugin, it does not look like there is currently a way to cancel an in flight query. The use case would be when querying a large data set with filters and then those filters get updated by the user, I would like to be able to cancel the previous query and initiate a new one with the updated filters.
Would it be possible to expose some of the underlying functionality so that a query could be canceled?
Contributor guide
Assessment
This issue has not been assessed yet.