Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a Graph doesn't have to be async #219

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

knutwalker
Copy link
Collaborator

The first connection is done when the first query is run, no need for an async graph creation.

BREAKING CHANGE: The Graph::new and Graph::connect methods are no longer async, any .await after calling them must be removed.

The first connection is done when the first query is run, no need for an async graph creation.

BREAKING CHANGE: The Graph::new and Graph::connect methods are no longer `async`, any `.await` after calling them must be removed.
@knutwalker knutwalker merged commit 9c67cd4 into neo4j-labs:main Feb 12, 2025
11 checks passed
@knutwalker knutwalker deleted the no-async-graph-new branch February 12, 2025 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant