-
Notifications
You must be signed in to change notification settings - Fork 494
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 support for SurrealDB #2753
Comments
Thanks for raising this issue! SurrealDB appears to be a relational database that may not be suitable for OpenDAL support. Could you please provide some context on the specific use case for which you intend to use OpenDAL SurrealDB? |
It can also be used as a key value store. Since you had rocksdb I though it makes sense to add surrealdb. |
Maybe I think we can add this feature support? |
Yep, let's do this! |
Let me try this |
Implemented by @yufan022, thanks! |
Add support for https://surrealdb.com/ which is written in Rust.
The text was updated successfully, but these errors were encountered: