Bug Report
scoop.db is locked during the whole lifetime of current PowerShell session
Current Behavior
scoop config use_sqlite_cache true
# `scoop.db` is locked during the whole lifetime of current PowerShell session
Expected Behavior
scoop.db should be closed and released after operations(whether creation, update or deletion) to the cache db.
Additional context/output
Possible Solution
System details
Irrelevant
Scoop Configuration
{
...
"scoop_branch": "develop",
"use_sqlite_cache": true
}