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

Add cypher batch capability #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benitoDeLaCasita
Copy link

Add an execute_cypher_batch method in service that takes an array of cypher queries.
A query can be a string or a hash for parameters ( exemple: {query: 'MATCH (n { property: {property} }) RETURN n', :params => { property: 3 }} ).

@therubymug
Copy link
Owner

Hello @benitoDeLaCasita, thanks for the PR. Do you mind looking into the failures on Travis CI? https://travis-ci.org/therubymug/keymaker/builds/29139357

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