Replies: 5 comments 3 replies
-
I'm also wondering the same. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I saw that live queries was implemented in https://github.com/surrealdb/surrealdb.js But I didn't find any docs or examples to implement and test. Hope it coming soon |
Beta Was this translation helpful? Give feedback.
-
@duhanbalci how do I use it in surrealdb.js 0.x can you give us an example? |
Beta Was this translation helpful? Give feedback.
-
We need a complete example with both backend and frontend. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How do you get live queries to work over websocket ? When I try to run
live select * from person
it gives an error[{"time":"4.044µs","status":"ERR","detail":"Unable to perform the realtime query"}]
.It looks like the default option for
realtime
isfalse
.Beta Was this translation helpful? Give feedback.
All reactions