new feature: capability `list` for redb
Open
enhancement
releases-note/feat
- Dominant language
- Rust
- Stars
- 5.4k
- Forks
- 825
- Avg merge
- 1d 14m
- Merged PRs (30d)
- 127
Description
### Feature Description
Allowing to call `list/lister` on redb backend.
### Problem and Solution
I need to traverse all elements in a redb table.
### Additional Context
_No response_
### Are you willing to contribute to the development of this feature?
- [x] Yes, I am willing to contribute to the development of this feature.
Contributor guide
Research direction
Start by locating the redb backend and its existing capability implementations, then inspect how list/lister operations are handled by comparable backends. The work is done when callers can traverse all elements in a redb table through the list capability and the relevant behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100