Add support for Live Queries #80
Labels
enhancement
New feature or request
good first issue
Good for newcomers
release-related
Changes relevant for releases and release notes
We would like to have live queries be supported by the driver.
The idea behind live queries, is that clients can invoke the query
LIVE SELECT * FROM table
and they will get a UUID in response. Then when changes happen to the tabletable
, they will get json messages over the websocket protocol, that are associated with the live query uuid provided earlier.This change is about handling the live query responses, as users should already be able to invoke the raw SurrealQL query. This can be buffered into a channel that can be read from.
The text was updated successfully, but these errors were encountered: