-
-
Notifications
You must be signed in to change notification settings - Fork 50
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 surrealdb storage #22
Comments
This can be considered for #12 |
as far as I know, even if surrealdb is written in Rust, the client library for rust has not been released yet. This means that you cannot connect to an external surrealdb instance |
Not released yet but I would wait for the next version which has the new integrated APIs. surrealdb/surrealdb#1514 |
Hey @geofmureithi I can look at this if there are no takers for this issue. EDIT: I will be able to start working on it about three works for now. |
Sure @itsyaasir You can take this task. Be sure to look at @prabirshrestha 's work https://github.com/prabirshrestha/mq |
You should be able to just get it working by implementing |
I will, thanks :) |
Hello @itsyaasir any progress on this? |
Would be great if surrealdb support can be added. It can run in memory, single node with file as well as distributed, has events support and is written in Rust.
SurrealDB in 100 Seconds gives a good overview.- https://www.youtube.com/watch?v=C7WFwgDRStM
The text was updated successfully, but these errors were encountered: