gajus / gajus/slonik-interceptor-query-cache
Add cache-scope property
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It should be possible to limit query cache to:
* `@cache-scope pool`
* `@cache-scope connection`
* `@cache-scope transaction`
Otherwise, we are risking accidentally accessing cache.
Related to https://github.com/gajus/slonik-interceptor-query-cache/issues/1.
Contributor guide
No contributing guide indexed for this repository
Research direction
No implementation file or test is named. Start by locating the query-cache interceptor entry point and review the related issue, then define completion as supporting pool, connection, and transaction cache scopes without allowing unintended cache access.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, typescript
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100