Add support for SurrealDB
Add support for https://surrealdb.com/ which is written in Rust.
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?
Maybe I think we can add this feature support?
Yep, let's do this!
Let me try this
Implemented by @yufan022, thanks!