capacitor-community / capacitor-community/sqlite
feat: Use separate threads on Android
Open
feature
needs: triage
- Dominant language
- Swift
- Stars
- 661
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe:**
When queries are executing all plugin access is blocked.
**Describe the solution you'd like:**
Queries to run in the background so other plugin access (like network requests, etc.) still work.
**Describe alternatives you've considered:**
Trying to optimize db to speed up queries.
**Additional context:**
Contributor guide
Assessment
This issue has not been assessed yet.