How to correctly define structs when using SurrealDB in Dioxus? #7333
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to carry out full-stack development with SurrealDB under the Dioxus framework.
However, I keep getting prompts that certain structs need to implement the SurrealValue trait when performing some operations.
Meanwhile, it throws errors when compiling to WebAssembly.
I would like to ask whether I used the library in the wrong way? And how can I fix this issue?
All reactions