Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(services/sqlite): Add list capability supported for sqlite #4180

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

jihuayu
Copy link
Member

@jihuayu jihuayu commented Feb 14, 2024

I implemented kv adapter scan function for sqlite service, so the sqlite backend supports list capability now.

I have a question about the scan function, don't we need to add a cursor to scan? Like the redis' scan

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Xuanwo Xuanwo merged commit c27e35f into apache:main Feb 14, 2024
54 checks passed
@Xuanwo
Copy link
Member

Xuanwo commented Feb 14, 2024

I have a question about the scan function, don't we need to add a cursor to scan? Like the redis' scan

This related to #3639. We need to refactor kv's scan API first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants