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

Recursive Querying feature #921

Open
erik470 opened this issue Sep 3, 2021 · 0 comments
Open

Recursive Querying feature #921

erik470 opened this issue Sep 3, 2021 · 0 comments

Comments

@erik470
Copy link

erik470 commented Sep 3, 2021

Idea

I would like to suggest adding recursive querying to the possibilities of the match() method.

Reasoning

It very nice that one can query the database with the constructs of the package/objects.
This means it is easy to create dynamic queries within the code without the need to create strings for it.
It is possible to do it with a Cypher query as a string, but I think the package could benefit from a structural implementation.

Additional information

Based on this Stack Overflow question.

I'm open to help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants