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

Add fn scan for sql dbs #4604

Open
GG2002 opened this issue May 12, 2024 · 1 comment
Open

Add fn scan for sql dbs #4604

GG2002 opened this issue May 12, 2024 · 1 comment

Comments

@GG2002
Copy link
Contributor

GG2002 commented May 12, 2024

I‘ve noticed that SQLite has impl scan fn, while MYSQL, PostgreSQL, D1, and SurrealDB have not yet impl it. Since they are all SQL dbs (actually, I'm not quite sure if SurrealDB is SQL db), I thought the operation they perform should be similiar.

I'd like to add scan fn to these dbs as well. Could anyone give me some advice?

@Xuanwo
Copy link
Member

Xuanwo commented May 13, 2024

I prefer to refactor #3639 first so we have a more solid base for adding more services.

Current design requires us to list all keys at once.

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

No branches or pull requests

2 participants