surrealdb.node
surrealdb.node copied to clipboard
Queries do not reflect external database changes without reconnection
When using the SurrealDB Node.js SDK, I've observed that standard queries (such as db.select()) do not reflect changes made to the database from external sources (e.g., another client or direct database manipulation). The query results only reflect these external changes after the connection is re-established.