Replies: 3 comments 2 replies
-
A SurrealDB client for Rust is in its very early stages: https://github.com/surrealdb/surrealdb.rs The API it may provide is under discussion in Discord: https://discord.com/channels/902568124350599239/902568124350599242/1014957631909154846 |
Beta Was this translation helpful? Give feedback.
2 replies
-
The client now exists. You can find it on https://github.com/surrealdb/surrealdb.rs as @finnbear pointed out earlier. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please consider adding a Pub/Sub feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to work with Surreal DB using pure Rust as the client. I setup a test project to mess with a sample Surreal DB and compilation takes a long time due to the whole server being compiled even though the test code was minimal.
I know that I could use the HTTP endpoint, but I think a WebSocket integration will be more performant. I was thinking of taking the WASM client, removing the WASM bindgen and replacing JS types with pure Rust. Does this seem logical?
Are there a list of features for the surrealdb crate that are required for a minimal client which would compile quickly for only simple client API use?
Beta Was this translation helpful? Give feedback.
All reactions