Runs a lightweight health check on the current session/connection. On success, the future resolves to Ok(()); otherwise you get a surrealdb::Error.
This is a simple way to assert the database is reachable and accepting commands after connect (or periodically in long-lived processes) without sending a full SurrealQL query.