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

bolt documentation #8

Merged
merged 3 commits into from
Nov 21, 2023
Merged

bolt documentation #8

merged 3 commits into from
Nov 21, 2023

Conversation

AviAvni
Copy link
Contributor

@AviAvni AviAvni commented Nov 19, 2023

No description provided.

bolt_support.md Show resolved Hide resolved
bolt_support.md Outdated
Comment on lines 28 to 31
records, _, _ = driver.execute_query(
"UNWIND range(1, $n) AS i RETURN i",
n=10, database_="mygraph",
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except for records are the addition two discarded agreement are of any value ? (what are they) ?
I find it a bit annoying that the user need to specify the database for each query, moreover why is the parameter called database_ and not database ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://pypi.org/project/neo4j/ take a look at the first example

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they can just read the doc for this driver

bolt_support.md Outdated Show resolved Hide resolved
@swilly22 swilly22 merged commit c7c2b02 into main Nov 21, 2023
1 check failed
@swilly22 swilly22 deleted the bolt-support branch November 21, 2023 11:02
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.

2 participants