surrealdb.node icon indicating copy to clipboard operation
surrealdb.node copied to clipboard

Queries do not reflect external database changes without reconnection

Open alaarihan opened this issue 11 months ago • 0 comments

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.

alaarihan avatar Apr 24 '25 04:04 alaarihan